graphql-engine/server/src-lib/Hasura/RQL/DDL
Rakesh Emmadi 53b9cabd88
fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618)
* fix nested insert with returning computed fields gives error, fix #3609

* revert using ordered hashmaps, sort columns based on ordinal postion

* fix 1. keys order 2. json/jsonb column value in nested insert returning

* add a note for sorted columns

* cast 'VALUES' expression as table row type

* use single CTE expression for generating returning for nested inserts
2020-02-04 21:04:17 +05:30
..
Metadata Add fast path for server internal metadata migrations (#3686) 2020-01-14 01:09:10 -06:00
Permission remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
Relationship fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Schema fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
ComputedField.hs incremental metadata: Clean up a few lingering loose ends 2020-01-08 17:19:03 -06:00
Deps.hs Add caching for recreating event trigger functions 2020-01-08 16:45:46 -06:00
EventTrigger.hs incremental metadata: Clean up a few lingering loose ends 2020-01-08 17:19:03 -06:00
Headers.hs Add support for fine-grained dependency tracking to Incremental 2020-01-08 16:45:54 -06:00
Metadata.hs server: Parameterize the graphql-engine library over the version (#3668) 2020-01-22 15:55:55 -06:00
Permission.hs remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
QueryCollection.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00
Relationship.hs Add fast path for server internal metadata migrations (#3686) 2020-01-14 01:09:10 -06:00
RemoteSchema.hs server: Parameterize the graphql-engine library over the version (#3668) 2020-01-22 15:55:55 -06:00
Schema.hs Use arrows instead of monads to define the schema cache construction 2020-01-08 16:43:06 -06:00
Utils.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30