graphql-engine/server/src-rsr
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
..
console.html update console variables and contributing guide (close #517) (#538) 2018-09-27 17:10:32 +05:30
first_last.sql move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
hdb_metadata.yaml add event triggers (#329) 2018-09-05 16:56:46 +05:30
initialise.sql add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
insert_trigger.sql.j2 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
migrate_from_1.sql update catalog version to 2 (#357) 2018-09-05 17:12:20 +05:30
migrate_metadata_from_1.yaml update catalog version to 2 (#357) 2018-09-05 17:12:20 +05:30
schema.graphql move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
trigger.sql.j2 add event triggers (#329) 2018-09-05 16:56:46 +05:30