Looks like postgresql uses || instead of | for string concatenation. I
just pushed a change in trunk that should make this work

orderby=t2.name+t3.name

Please give it a try and let me know.


On Jan 22, 3:12 pm, Carlos <[email protected]> wrote:
> Hi Massimo,
>
> I just tried "+" instead of "|" for orderby, but I get the following error:
>
>    ProgrammingError: operator does not exist: character varying + character
> varying
>    HINT:  No operator matches the given name and argument type(s). You
> might need to add explicit type casts.
>
> I'm using postgresql.
>
> Any advice?, thanks!
>
>    Carlos

Reply via email to