featureserver icon indicating copy to clipboard operation
featureserver copied to clipboard

numeric comparison on datasource depending on FE query

Open iocast opened this issue 12 years ago • 0 comments

if a numeric comparison is requested in the FE query, than do a numeric comparison on database instead of string comparison. To determine if numeric or not, a regular expression need to take place.

2 solutions for regex:

  • on database
  • in Python and than created an appropriate SQL statement

iocast avatar Jun 09 '12 08:06 iocast