mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Schema modifications are committed internally when a statement transaction
is committed. (CVS 1592) FossilOrigin-Name: 4cfc5a36e9891a9b69209f94194fc492e203ab75
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: quick.test,v 1.19 2004/05/24 07:34:49 danielk1977 Exp $
|
||||
# $Id: quick.test,v 1.20 2004/06/14 13:14:59 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -28,12 +28,10 @@ set EXCLUDE {
|
||||
format3.test
|
||||
}
|
||||
|
||||
lappend EXCLUDE interrupt.test ;# assert() fails in btree
|
||||
lappend EXCLUDE ioerr.test ;# seg-faults (?)
|
||||
lappend EXCLUDE memdb.test ;# fails - malformed database
|
||||
|
||||
lappend EXCLUDE printf.test ;# sqlite3_XX vs sqlite_XX problem
|
||||
lappend EXCLUDE auth.test ;# Cannot attach empty databases.
|
||||
lappend EXCLUDE tableapi.test ;# sqlite3_XX vs sqlite_XX problem
|
||||
lappend EXCLUDE version.test ;# uses the btree_meta API (not updated)
|
||||
|
||||
|
Reference in New Issue
Block a user