arnaud.morvan@camptocamp.com b07c334723 [server] Proper convertion of literals in Filters
Convert OGC Filter's literals accordings to field type.
This can have a huge impact on performance in some cases.
For example for a filter like "num_char" = '+2' converted to "num_char" = 2,
this result with PostgreSQL provider in a fallback to client side evaluation for the whole filter,
including the bbox if present.
2018-06-05 14:26:37 +02:00
..
2018-05-28 09:48:46 +10:00
2018-05-28 16:02:38 +10:00
2018-02-18 20:53:40 +01:00