upgrade linux/*, windows/amd64 to SQLite 3.35.4, updates #50

This commit is contained in:
Jan Mercl
2021-04-09 12:49:40 +02:00
parent 2ba81b032f
commit af0d8ac4fa
50 changed files with 77085 additions and 76245 deletions

View File

@@ -164,6 +164,12 @@ do_execsql_test 2.7a {
four one
}
do_execsql_test 2.7b {
SELECT a FROM t3 WHERE EXISTS (SELECT 1 FROM t4 WHERE (a,x)=(c,y) LIMIT 1)
} {
four one
}
# EXISTS clauses using vector expressions in the WHERE clause.
#
reset_db