mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-30 02:31:53 +08:00
upgrade linux/*, windows/amd64 to SQLite 3.35.4, updates #50
This commit is contained in:
6
testdata/tcl/exists2.test
vendored
6
testdata/tcl/exists2.test
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user