graphql-engine/server/tests-py/queries/graphql_query/permissions
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
..
anonymous_can_only_get_published_articles.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
artist_search_tracks_aggregate.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
artist_search_tracks.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
artist_select_query_Track_fail.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
artist_select_query_Track.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
in_and_nin.yaml allow session variables in operators which expect array input (#2475) 2019-07-10 15:49:58 +05:30
jsonb_has_all.yaml allow session variables in operators which expect array input (#2475) 2019-07-10 15:49:58 +05:30
jsonb_has_any.yaml allow session variables in operators which expect array input (#2475) 2019-07-10 15:49:58 +05:30
setup.yaml server: fix all EWKT warnings in python tests (#4154) 2020-03-23 20:48:09 -05:00
staff_passed_students.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
teardown.yaml compute dependencies for column operators in permissions (close #2054) (#2055) 2019-04-24 15:58:10 +05:30
user_can_query_geometry_values_filter_session_vars.yaml Test with postgis 3.0.0 (#3519) 2019-12-18 19:32:15 -06:00
user_can_query_geometry_values_filter.yaml Test with postgis 3.0.0 (#3519) 2019-12-18 19:32:15 -06:00
user_can_query_jsonb_values_filter_session_vars.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
user_can_query_jsonb_values_filter.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
user_can_query_other_users_published_articles.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
user_cannot_access_remarks_col.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
user_query_auction.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
user_select_query_article_author.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
user_select_query_unpublished_articles.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30