graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Resolve fix sql generation for boolean expressions, closes #853 (#1037) 2018-11-16 18:10:23 +05:30
Transport clean up user variables parsing logic and fix explain api (#869) 2018-10-26 21:27:22 +05:30
Validate clean up user variables parsing logic and fix explain api (#869) 2018-10-26 21:27:22 +05:30
Explain.hs improve SQL generation for '_in' operation (close #1013) (#1014) 2018-11-12 18:57:47 +05:30
Resolve.hs clean up user variables parsing logic and fix explain api (#869) 2018-10-26 21:27:22 +05:30
Schema.hs fix sql generation for boolean expressions, closes #853 (#1037) 2018-11-16 18:10:23 +05:30
Utils.hs quote function and trigger names, allow hyphen in trigger name (#1012) 2018-11-13 11:28:55 +05:30
Validate.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30