1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# YML test files are auto-generated from SQL files and should not be edited by
# hand. To help enforce this, the "hash" field in the file must match a hash
# computed by SQLFluff when running the tests. Please run
# `python test/generate_parse_fixture_yml.py` to generate them after adding or
# altering SQL files.
_hash: f0addcc750a516055a2f60b81c5fb1476adfddf3f5c7ddbcf08ed68ea56d9872
file:
- statement:
reset_statement:
keyword: RESET
parameter: timezone
- statement_terminator: ;
- statement:
reset_statement:
- keyword: RESET
- keyword: ALL
- statement_terminator: ;
- statement:
reset_statement:
- keyword: RESET
- keyword: ROLE
- statement_terminator: ;
|