graphql-engine/server/test/testcases/insert_mutation
Rakesh Emmadi 0a3f68a6eb allow selectively updating columns on a conflict during insert (fix #342)
* fix primary key changing on upsert, fix #342

* add 'update_columns' in 'on_conflict' object, consider 'allowUpsert'

* 'ConflictCtx' type should respect upsert cases

* validation for not null fields in an object
2018-09-04 19:09:48 +05:30
..
address_check_constraint_error.yaml better error code when insertion check constraint fails (fix #257) (#267) 2018-08-10 17:35:07 +05:30
address_not_null_constraint_error.yaml better error code when insertion check constraint fails (fix #257) (#267) 2018-08-10 17:35:07 +05:30
article_on_conflict_empty_update_columns.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_error_01.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_error_02.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_error_03.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_ignore_constraint.yaml add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
article_on_conflict_ignore.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_only_constraint.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_update_columns.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict_user_role.yaml allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
article_on_conflict.yaml add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
article.yaml add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
author_on_conflict_ignore_user_role.yaml fix upsert queries to work on non admin roles (fix #239) (#291) 2018-08-17 20:14:43 +05:30
author_on_conflict_update_user_role.yaml fix upsert queries to work on non admin roles (fix #239) (#291) 2018-08-17 20:14:43 +05:30
author_unique_constraint_error.yaml better error code when insertion check constraint fails (fix #257) (#267) 2018-08-10 17:35:07 +05:30
author.yaml add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
order.yaml accept null values for input values, closes #252 (#266) 2018-08-07 16:13:42 +05:30
person_array.yaml add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30
person.yaml add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30