graphql-engine/server/tests-py/queries/graphql_query/boolexp/basic
Alexis King 25c5f97de2 Fix new hdb_table_info_agg query to fetch column base types
We mostly want to do this to make queries against information_schema
tables work, which the console cares about. information_schema tables
use types like sql_identifier, which have no corresponding array types
defined! Therefore, in order to generate valid queries for _in and _nin
conditions, we need to treat them as their base types, instead.
2020-01-08 16:45:54 -06:00
..
in_sql_identifier_array.yaml Fix new hdb_table_info_agg query to fetch column base types 2020-01-08 16:45:54 -06:00
query_account_permission_fail.yaml allow creating permissions with conditions spanning tables (close #2512) (#2701) 2019-09-05 13:04:53 +05:30
query_account_permission_success.yaml allow creating permissions with conditions spanning tables (close #2512) (#2701) 2019-09-05 13:04:53 +05:30
select_article_author_is_published_and_registered.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_article_author_not_published_or_not_registered.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_operator_ne_not_found_err.yaml Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
select_author_article_unexpected_operator_in_where_err.yaml Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
select_author_article_where_and_in.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_gt.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_gte.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_in_empty_array.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_in.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_lt.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_lte.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_neq.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_nin_empty_array.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_author_article_where_nin.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_author_article_where_not_lt.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
select_query_order_delivered_at_is_not_null.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_query_order_delivered_at_is_null.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
select_uuid_test_in_uuid_col.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
self_referential_relationships.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
setup.yaml Fix new hdb_table_info_agg query to fetch column base types 2020-01-08 16:45:54 -06:00
teardown.yaml Fix new hdb_table_info_agg query to fetch column base types 2020-01-08 16:45:54 -06:00