mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
d9fa299750
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`. |
||
---|---|---|
.. | ||
actions | ||
compression | ||
event_triggers | ||
graphql_introspection | ||
graphql_mutation | ||
graphql_query | ||
graphql_validation | ||
horizontal_scale/basic | ||
inconsistent_objects | ||
logging | ||
remote_schemas | ||
subscriptions | ||
v1 | ||
clear_db.yaml |