graphql-engine/server/tests-py/queries/v1/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
..
setup.yaml [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
sql_alter_test_bool_col.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
sql_alter_test_id.yaml allow altering type of a column whose permissions defined only with session variables (close #2070) (#2683) 2019-08-16 16:35:22 -05:00
sql_query_as_user_error_v2.yaml server: add tests ensuring the correct functioning of all endpoints based on user roles 2021-07-16 16:09:25 +00:00
sql_query_as_user_error.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
sql_rename_columns_article.yaml fix renaming of columns used in insert permission (fix #2398) (#2414) 2019-06-21 16:34:21 +05:30
sql_rename_columns_author.yaml fix renaming of columns used in insert permission (fix #2398) (#2414) 2019-06-21 16:34:21 +05:30
sql_rename_table_and_column.yaml allow renaming tables, columns and relationships (close #79) (#1542) 2019-03-01 14:47:22 +05:30
sql_rename_table.yaml allow renaming tables, columns and relationships (close #79) (#1542) 2019-03-01 14:47:22 +05:30
sql_select_query_read_only.yaml server: prevent metadata checks in read-only mode (#4250) 2020-04-01 18:22:55 -05:00
sql_select_query_v2.yaml server: add tests ensuring the correct functioning of all endpoints based on user roles 2021-07-16 16:09:25 +00:00
sql_select_query.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
sql_set_timezone_error.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
sql_set_timezone.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
teardown.yaml server: prevent metadata checks in read-only mode (#4250) 2020-04-01 18:22:55 -05:00