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

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

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/coalesce.test ('k') | third_party/sqlite/src/test/conflict.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/collate4.test
diff --git a/third_party/sqlite/src/test/collate4.test b/third_party/sqlite/src/test/collate4.test
index 4db4c311b97d55b81c2a9803a8fa0702e71a63a6..12bc16ef2eb51d73670c623cc1447419e801c31c 100644
--- a/third_party/sqlite/src/test/collate4.test
+++ b/third_party/sqlite/src/test/collate4.test
@@ -321,6 +321,7 @@ do_test collate4-1.2.25 {
#
do_test collate4-2.1.0 {
execsql {
+ PRAGMA automatic_index=OFF;
CREATE TABLE collate4t1(a COLLATE NOCASE);
CREATE TABLE collate4t2(b COLLATE TEXT);
@@ -426,7 +427,7 @@ do_test collate4-2.2.0 {
} {}
do_test collate4-2.2.1 {
count {
- SELECT * FROM collate4t2 NATURAL JOIN collate4t1;
+ SELECT * FROM collate4t2 NOT INDEXED NATURAL JOIN collate4t1 NOT INDEXED;
}
} {0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 63}
do_test collate4-2.2.1b {
« no previous file with comments | « third_party/sqlite/src/test/coalesce.test ('k') | third_party/sqlite/src/test/conflict.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698