release 1.4.0

This commit is contained in:
Jan Mercl
2020-08-26 23:31:54 +02:00
parent 43c865ce5d
commit e662a135d1
70 changed files with 73329 additions and 24222 deletions

View File

@@ -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);