graphql-engine/server/src-lib/Hasura/RQL/DML
Rakesh Emmadi 9fe6070663 avoid CTE expressions in sql function queries, close #3349 (#3504)
Instead of
'WITH some_alias (SELECT * from some_func()) SELECT <rows> FROM some_alias'
for SQL function queries, Use
'SELECT <rows> FROM some_func() AS some_alias'
2019-12-09 20:27:44 -06:00
..
Select avoid CTE expressions in sql function queries, close #3349 (#3504) 2019-12-09 20:27:44 -06:00
Count.hs Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
Delete.hs server: Rename a whole bunch of things 2019-08-26 00:54:56 -05:00
Insert.hs allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
Internal.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Mutation.hs fix insert with nested returning clause fails alongside text[] column (fix #3148 & #2520) (#3198) 2019-11-06 23:14:36 -06:00
Returning.hs fix insert with nested returning clause fails alongside text[] column (fix #3148 & #2520) (#3198) 2019-11-06 23:14:36 -06:00
Select.hs avoid CTE expressions in sql function queries, close #3349 (#3504) 2019-12-09 20:27:44 -06:00
Update.hs server: Rename a whole bunch of things 2019-08-26 00:54:56 -05:00