Text parm values in the postgresqllayer.whereclause execute allways as uppercase.
Input query:
where “NEDERLANDS_GESLACHT”=‘Acacia’"
Output query: (When I trace the queries on the postgresql server, I see that the following query is send from thinkgeo)
select st_asbinary(“geometrie”) as “geometrie”,gid from “Rotterdam_Features”.“ALLE_BOMEN_punten” where ST_GeomFromWKB(($1::bytea),28992) && “geometrie” AND [NEDERLANDS_GESLACHT] = 'ACACIA’
Why is this happening?
Thanks for the help.
Regards,
Jeroen
Text parm values in the postgresqllayer.whereclause execute allways as uppercase
Jeroen,
This thread is the same one with thinkgeo.com/forums/tabid/14…fault.aspx
Please refer to it.
Thanks,
Troy