graphql-engine/server/src-lib/Hasura/RQL/DDL
Rakesh Emmadi fc7ea9213c fix non-admin insert returns null column values when query affects zero rows in postgres (fix #563) (#565)
Insert trigger function: If query affects no rows then return `null`

Insert trigger function is modified to have 
 `IF r IS NULL THEN RETURN null; ELSE RETURN r; END IF;` in return statement.
2018-09-29 11:12:47 +05:30
..
Permission fix non-admin insert returns null column values when query affects zero rows in postgres (fix #563) (#565) 2018-09-29 11:12:47 +05:30
Schema add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
Deps.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Metadata.hs add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
Permission.hs fix non-admin insert returns null column values when query affects zero rows in postgres (fix #563) (#565) 2018-09-29 11:12:47 +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
Relationship.hs dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
Subscribe.hs fix non-admin insert returns null column values when query affects zero rows in postgres (fix #563) (#565) 2018-09-29 11:12:47 +05:30
Utils.hs do not clean hdb_views by dropping and creating the schema (closes #567) (#568) 2018-09-28 16:22:54 +05:30