graphql-engine/server/tests-py/queries/graphql_mutation/insert/basic
Brandon Simmons 6e8da71ece server: migrate to aeson-2 in preparation for ghc 9.2 upgrade
(Work here originally done by awjchen, rebased and fixed up for merge by
jberryman)

This is part of a merge train towards GHC 9.2 compatibility. The main
issue is the use of the new abstract `KeyMap` in 2.0. See:
https://hackage.haskell.org/package/aeson-2.0.3.0/changelog

Alex's original work is here:
#4305

BEHAVIOR CHANGE NOTE: This change causes a different arbitrary ordering
of serialized Json, for example during metadata export. CLI users care
about this in particular, and so we need to call it out as a _behavior
change_ as we did in v2.5.0. The good news though is that after this
change ordering should be more stable (alphabetical key order).

See: https://hasurahq.slack.com/archives/C01M20G1YRW/p1654012632634389

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4611
Co-authored-by: awjchen <13142944+awjchen@users.noreply.github.com>
GitOrigin-RevId: 700265162c782739b2bb88300ee3cda3819b2e87
2022-06-08 15:32:27 +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
constraint_violation_mssql.yaml server: migrate to aeson-2 in preparation for ghc 9.2 upgrade 2022-06-08 15:32:27 +00:00
float_variable_mssql.yaml Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +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_invalid_datetime_mssql.yaml server: migrate to aeson-2 in preparation for ghc 9.2 upgrade 2022-06-08 15:32:27 +00:00
insert_multiple_objects_mssql.yaml Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +00:00
insert_numeric_value_fail_mssql.yaml server: migrate to aeson-2 in preparation for ghc 9.2 upgrade 2022-06-08 15:32:27 +00:00
insert_table_no_pk_mssql.yaml server/mssql: use temporary tables for insert mutation execution 2021-12-22 11:05:29 +00:00
insert_various_mssql_types.yaml Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +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: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
schema_setup.yaml server/citus: feature branch 2021-05-21 02:47:51 +00:00
schema_teardown_mssql.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +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: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
teardown_mssql.yaml server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
values_teardown_mssql.yaml Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +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