graphql-engine/server/src-lib/Hasura/RQL/DML
Rakesh Emmadi cffa808d19 returning returns [] when mutations affect no rows (fix #265) (#269)
* fix returning returns null, fix #265

* add a test case for delete mutation with returning
2018-08-08 12:31:49 +05:30
..
Count.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Delete.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Explain.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Insert.hs add 'on_conflict' argument to insert mutation (closes #105) 2018-07-17 18:53:23 +05:30
Internal.hs add limit in select permission which overrides limit in query (close #178) (#237) 2018-08-06 17:45:08 +05:30
QueryTemplate.hs add limit in select permission which overrides limit in query (close #178) (#237) 2018-08-06 17:45:08 +05:30
Returning.hs returning returns [] when mutations affect no rows (fix #265) (#269) 2018-08-08 12:31:49 +05:30
Select.hs returning returns [] when mutations affect no rows (fix #265) (#269) 2018-08-08 12:31:49 +05:30
Update.hs add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30