graphql-engine/server/tests-py/queries/v1/run_sql/teardown.yaml
Antoine Leblanc 5b74b2e2df
server: prevent metadata checks in read-only mode (#4250)
* do not perform the metadata check in read-only mode
* improve the isAltrDropReplace regex
* quote the regex at compile-time to handle syntax errors statically

Co-authored-by: Alexis King <lexi.lambda@gmail.com>
2020-04-01 18:22:55 -05:00

12 lines
204 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table article;
drop table author;
drop table test;
drop view malicious_view;
drop table malicious;
cascade: true