Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: third_party/sqlite/src/test/vtab6.test

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/test/vtab4.test ('k') | third_party/sqlite/src/test/vtabA.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/vtab6.test
diff --git a/third_party/sqlite/src/test/vtab6.test b/third_party/sqlite/src/test/vtab6.test
index 10bf286ab0f15f1b91d0929ff2f928b477ea63e3..f8e0935a2835976da9d79fe62285c603466027ed 100644
--- a/third_party/sqlite/src/test/vtab6.test
+++ b/third_party/sqlite/src/test/vtab6.test
@@ -233,6 +233,11 @@ do_test vtab6-2.4 {
SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d
}
} {1 2 3 {} {} {} 2 3 4 {} {} {} 3 4 5 1 2 3}
+do_test vtab6-2.4.1 {
+ execsql {
+ SELECT * FROM t1 LEFT JOIN t2 ON t1.a IS t2.d
+ }
+} {1 2 3 {} {} {} 2 3 4 {} {} {} 3 4 5 1 2 3}
do_test vtab6-2.5 {
execsql {
SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d WHERE t1.a>1
« no previous file with comments | « third_party/sqlite/src/test/vtab4.test ('k') | third_party/sqlite/src/test/vtabA.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698