graphql-engine/server/tests-py/queries/graphql_query/boolexp
Vamshi Surabhi 47dcae1614
fix sql generation for boolean expressions, closes #853 (#1037)
When using self referential relationships in boolean expressions, the exists clause incorrectly uses the table names to qualify columns which will be the same for parent table and the child table. This is now fixed by generating unique aliases as we traverse down the relationships.
2018-11-16 18:10:23 +05:30
..
basic fix sql generation for boolean expressions, closes #853 (#1037) 2018-11-16 18:10:23 +05:30
jsonb add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
search add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30