graphql-engine/server/tests-py/queries/graphql_mutation/insert
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
..
basic server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
constraints Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
geojson [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
nested Fix nullability of nested objrel inserts (fix hasura/graphql-engine#7484) 2021-09-15 13:11:48 +00:00
nullprefixcolumn [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
onconflict Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
permissions server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
views Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
insert_table_identity_column.yaml server: remove identity notion from table columns 2021-09-17 09:03:06 +00:00