graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Execute fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
Resolve 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
Transport Add request timings and count histograms to telemetry. Closes #3552 2020-02-03 18:50:10 -06:00
Validate support computed fields returning scalars or set of tables (close #1387) (#2917) 2019-10-18 13:59:47 +05:30
Context.hs Add support for fine-grained dependency tracking to Incremental 2020-01-08 16:45:54 -06:00
Execute.hs Add request timings and count histograms to telemetry. Closes #3552 2020-02-03 18:50:10 -06:00
Explain.hs Add caching for recreating event trigger functions 2020-01-08 16:45:46 -06:00
Logging.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
RemoteServer.hs server: Parameterize the graphql-engine library over the version (#3668) 2020-01-22 15:55:55 -06:00
Resolve.hs Add caching for recreating event trigger functions 2020-01-08 16:45:46 -06:00
Schema.hs remove hdb_views for inserts (#3598) 2020-01-16 10:23:28 +05:30
Utils.hs Refactor schema cache construction to avoid imperative updates 2020-01-08 16:43:06 -06:00
Validate.hs Track variable uses within query validation for caching (fix #3097) (#3135) 2019-10-16 09:33:34 -05:00