Open AlecKazakova opened 4 years ago
Dialect: ALL
failing sql:
BEGIN TRANSACTION; -- do stuff
should fail to compile because the transaction wasn't closed
Don't you just need a rule: transaction_scope ::= BEGIN TRANSACTION stmt * END TRANSACTION? 🤔 I don't see a good use case to have transactions opened over several files.
transaction_scope ::= BEGIN TRANSACTION stmt * END TRANSACTION
Dialect: ALL
failing sql:
should fail to compile because the transaction wasn't closed