ThinkGeo.com    |     Documentation    |     Premium Support

Text parm values in the postgresqllayer.whereclause execute allways as uppercase

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

Hi Jeroen, 
  
 It proves a bug and we have fixed it, but the latest dll package(7.0.0.323 or 7.0.323.0) is still building, would you please wait it or later till it is built out? 
  
 If the bug still persists, please feel free to let us know. 
 Regards, 
 Troy