graphql-engine/server/src-lib/Hasura/Server
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
..
Auth fix sql generation for boolean expressions, closes #853 (#1037) 2018-11-16 18:10:23 +05:30
App.hs clean up user variables parsing logic and fix explain api (#869) 2018-10-26 21:27:22 +05:30
Auth.hs fix parsing webhook response, closes #890 (#894) 2018-10-28 22:01:24 +05:30
CheckUpdates.hs update checks on ci systems (close #319) (#383) 2018-09-12 16:33:36 +05:30
Init.hs server port can be set with HASURA_GRAPHQL_SERVER_PORT env variable, closes #1033 (#1038) 2018-11-15 10:25:39 +05:30
Logging.hs http and websocket logs now correctly have user information, closes #849 (#850) 2018-10-25 15:07:57 +05:30
Middleware.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
Query.hs clean up user variables parsing logic and fix explain api (#869) 2018-10-26 21:27:22 +05:30
Utils.hs refactor nested insert mutation and fix returning (fix #844) (#852) 2018-11-02 19:31:01 +05:30
Version.hs check for updates every 24 hrs in background (fix #204) (#209) 2018-07-27 15:04:50 +05:30