mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
fix formatting create table in rollback.test
This commit is contained in:
parent
470fb8d23b
commit
06685ac191
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ do_execsql_test_on_specific_db {:memory:} schema-alter-rollback-and-repeat {
|
|||
rollback;
|
||||
alter table t add column y;
|
||||
select sql from sqlite_schema;
|
||||
} {"CREATE TABLE t ( x , y )"}
|
||||
} {"CREATE TABLE t (x, y)"}
|
||||
|
||||
if {[info exists ::env(SQLITE_EXEC)] && ($::env(SQLITE_EXEC) eq "scripts/limbo-sqlite3-index-experimental" || $::env(SQLITE_EXEC) eq "sqlite3")} {
|
||||
do_execsql_test_on_specific_db {:memory:} schema-create-index-rollback {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue