mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-11-02 11:54:06 +08:00
release 1.4.0
This commit is contained in:
3
testdata/tcl/misc7.test
vendored
3
testdata/tcl/misc7.test
vendored
@@ -455,12 +455,13 @@ if {$tcl_platform(platform)!="windows"} {
|
||||
catchsql {
|
||||
SELECT count(*) FROM t3;
|
||||
}
|
||||
} {1 {database disk image is malformed}}
|
||||
} {1 {malformed database schema (t3) - invalid rootpage}}
|
||||
}
|
||||
}
|
||||
|
||||
# Ticket #2470
|
||||
#
|
||||
reset_db
|
||||
do_test misc7-18.1 {
|
||||
execsql {
|
||||
CREATE TABLE table_1 (col_10);
|
||||
|
||||
Reference in New Issue
Block a user