graphql-engine/server/tests-py/queries/graphql_query/boolexp
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
..
basic Fix new hdb_table_info_agg query to fetch column base types 2020-01-08 16:45:54 -06:00
jsonb Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
postgis Test with postgis 3.0.0 (#3519) 2019-12-18 19:32:15 -06:00
raster Test with postgis 3.0.0 (#3519) 2019-12-18 19:32:15 -06:00
search introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30