graphql-engine/server/tests-py/queries/graphql_mutation/insert/views
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
..
insert_view_author_complex_fail.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
insert_view_author_simple.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
nested_insert_article_author_complex_view_fail.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
nested_insert_article_author_simple_view.yaml fix few bugs related to nested insert returning (fix #3609, #3642, #3271) (#3618) 2020-02-04 21:04:17 +05:30
schema_setup.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
schema_teardown.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
values_teardown.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30