core: Disable ROLLBACK statement

There's bad interaction with schema changes and `ROLLBACK`:

https://github.com/tursodatabase/turso/issues/1890

Disable the statement for now to avoid people hitting the issue.
This commit is contained in:
Pekka Enberg 2025-06-30 17:17:55 +03:00
parent cc935f97cc
commit 2542cb2d03
5 changed files with 4 additions and 12 deletions

View file

@ -37,4 +37,3 @@ source $testdir/create_table.test
source $testdir/collate.test
source $testdir/values.test
source $testdir/integrity_check.test
source $testdir/rollback.test