graphql-engine/server/src-lib
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
..
Data initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
Hasura fix sql generation for boolean expressions, closes #853 (#1037) 2018-11-16 18:10:23 +05:30