Supplement. These are selects that are recorded in PostgreSQL log:

SELECT stuff$."naziv"
FROM "public"."stuffs" stuff$
 LEFT JOIN "public"."prices" price$ ON stuff$."sifra" = price$."sifra"
WHERE ((LOWER(stuff$."naziv") LIKE '%' || LOWER(((E''))) || '%') OR 
(LOWER(stuff$."shortnaziv") LIKE '%' || LOWER(((E''))) || '%'))
 SELECT stuff$."naziv", price$."price"
FROM "public"."stuffs" stuff$
 LEFT JOIN "public"."prices" price$ ON stuff$."sifra" = price$."sifra"
WHERE ((LOWER(stuff$."naziv") LIKE '%' || LOWER(((E''))) || '%') OR 
(LOWER(stuff$."shortnaziv") LIKE '%' || LOWER(((E''))) || '%'))

When ran through Squirrel SQL JDBC client they both work as expected.

-- 
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/dblinq/-/vBQq6foDoXQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en.

Reply via email to