graphql-engine/server/tests-py/queries/v1/select/boolexp
Antoine Leblanc d9fa299750
server: fix all EWKT warnings in python tests (#4154)
The setup in several tests was using `ST_GeomFromText`, which expects
data in the OGC WKT format, but was providing the SRID in the text
itself, which is part of the EWKT format.

The fix was simply to replace all calls to `ST_GeomFromText` to
`ST_GeomFromEWKT`.
2020-03-23 20:48:09 -05:00
..
basic add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
jsonb Test fixup: 'yes' being YAML synonym for 'true' is dubious 2019-11-05 15:15:25 -06:00
postgis server: fix all EWKT warnings in python tests (#4154) 2020-03-23 20:48:09 -05:00
search add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30