Snapshot of upstream SQLite 3.26.0

This commit is contained in:
Stephen Lombardo
2018-12-12 19:43:10 -05:00
parent e62fa4945b
commit 4d9565b805
284 changed files with 7619 additions and 1561 deletions
+7
View File
@@ -47,6 +47,13 @@ do_test intarray-1.1 {
}
} {table ia1 table ia2 table ia3 table ia4}
# Verify the inability to DROP and recreate an intarray virtual table.
do_test intarray-1.1b {
db eval {DROP TABLE ia1}
set rc [catch {sqlite3_intarray_create db ia1} msg]
lappend rc $msg
} {1 SQLITE_MISUSE}
do_test intarray-1.2 {
db eval {
SELECT b FROM t1 WHERE a IN ia3 ORDER BY a