graphql-engine/server/tests-py/queries/graphql_mutation/insert/basic
Rakesh Emmadi 09ae6af337 server/mssql: insert SQL generation and execution
>

### Description
>
Insert mutations for MSSQL backend. This PR implements execution logic.

### Changelog

- [x] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label.

### Affected components

- [x] Server
- [x] Tests

### Related Issues
->
Close https://github.com/hasura/graphql-engine-mono/issues/2114

### Steps to test and verify
>
Track a MSSQL table and perform the generated insert mutation to test.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2248
Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com>
Co-authored-by: Philip Lykke Carlsen <358550+plcplc@users.noreply.github.com>
GitOrigin-RevId: 936f138c80d7a928180e6e7b0c4da64ecc1f7ebc
2021-10-01 12:53:15 +00:00
..
author_article.yaml Fix result ordering in some incorrect tests 2019-11-05 15:15:25 -06:00
can_insert_in_insertable_view.yaml Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
cannot_insert_in_non_insertable_view.yaml Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
float_variable_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
insert_integer_overflow_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
insert_integer_overflow.yaml server: avoid integer overflows (fix #576) (fix #4368) (#4435) 2020-04-21 15:56:15 +02:00
insert_into_array_col_with_array_input.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
insert_multiple_objects_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
insert_table_no_pk_fail_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
insert_various_mssql_types.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
insert_various_postgres_types.yaml server: unify parsing Postgres scalars 2021-05-13 20:13:49 +00:00
order_col_shipped_null.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
person_jsonb_array.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
person_jsonb_variable_array.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
person_jsonb_variable.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
person_jsonb.yaml introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
person_valid_variable_but_invalid_graphql_value.yaml Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
schema_setup_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
schema_setup.yaml server/citus: feature branch 2021-05-21 02:47:51 +00:00
schema_teardown_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
schema_teardown.yaml Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
setup_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
teardown_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
values_teardown_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
values_teardown.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30