graphql-engine/server/tests-py/queries/v2/mssql/run_sql
Auke Booij b03ed983f1 Remove spaces before colons in error messages and descriptions
This PR is the result of running the following commands:
```bash
$ git grep -l '".* : "' -- '*.hs' | xargs sed -i -E 's/(".*) : "/\1: "/'
$ scripts/dev.sh test --integration --accept
```

Also manually fixed a few tests and docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6148
GitOrigin-RevId: cf8b87605d41d9ce86613a41ac5fd18691f5a641
2022-10-01 14:48:58 +00:00
..
create_author_table_fail.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
create_index_fail.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
drop_article_table_with_cascade.yaml server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
drop_article_table_without_cascade.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
invalid_sql_query.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
schema_setup_mssql.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
schema_teardown_mssql.yaml server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
setup_mssql.yaml server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
sql_add_column_fail.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
sql_add_column_mssql.yaml server/mssql: move mssql_run_sql test cases from v1/run_sql to v2/mssql/run_sql 2022-01-18 02:21:04 +00:00
sql_drop_column_fail.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
sql_drop_column_mssql.yaml An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
sql_drop_table_mssql.yaml An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
sql_rename_column_mssql.yaml server/mssql: move mssql_run_sql test cases from v1/run_sql to v2/mssql/run_sql 2022-01-18 02:21:04 +00:00
sql_rename_table_mssql.yaml server/mssql: move mssql_run_sql test cases from v1/run_sql to v2/mssql/run_sql 2022-01-18 02:21:04 +00:00
sql_select_query_fail.yaml server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
sql_select_query_mssql.yaml server/mssql: move mssql_run_sql test cases from v1/run_sql to v2/mssql/run_sql 2022-01-18 02:21:04 +00:00