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

Unified Diff: third_party/sqlite/src/test/whereC.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/where8.test ('k') | third_party/sqlite/src/test/whereD.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/whereC.test
diff --git a/third_party/sqlite/src/test/whereC.test b/third_party/sqlite/src/test/whereC.test
index bd7fe9ad82336fd5c398f3d548eaf9487916cf5e..f17206967505690300d3939cb2f5fb66af41d886 100644
--- a/third_party/sqlite/src/test/whereC.test
+++ b/third_party/sqlite/src/test/whereC.test
@@ -59,6 +59,7 @@ foreach {tn sql res} {
12 "SELECT i FROM t1 WHERE a=2 AND b=2 AND i<NULL" {}
13 "SELECT i FROM t1 WHERE a=2 AND b=2 AND i>=NULL" {}
14 "SELECT i FROM t1 WHERE a=1 AND b='2' AND i<4.5" {3 4}
+ 15 "SELECT i FROM t1 WHERE rowid IS '12'" {12}
} {
do_execsql_test 1.$tn.1 $sql $res
do_execsql_test 1.$tn.2 "$sql ORDER BY i ASC" [lsort -integer -inc $res]
« no previous file with comments | « third_party/sqlite/src/test/where8.test ('k') | third_party/sqlite/src/test/whereD.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698