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

Unified Diff: third_party/sqlite/src/ext/fts5/test/fts5unicode2.test

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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
Index: third_party/sqlite/src/ext/fts5/test/fts5unicode2.test
diff --git a/third_party/sqlite/src/ext/fts5/test/fts5unicode2.test b/third_party/sqlite/src/ext/fts5/test/fts5unicode2.test
index d3ff5128dafc0def5089a0dac74aa7c8c50a73d9..8e5bb8e22b9c5c0e715f388bfdd0405417d0118f 100644
--- a/third_party/sqlite/src/ext/fts5/test/fts5unicode2.test
+++ b/third_party/sqlite/src/ext/fts5/test/fts5unicode2.test
@@ -160,12 +160,12 @@ foreach {tn query snippet} {
the maximum x value.
}
4 "rollback" {
- ...[ROLLBACK]. Instead, the pending statement
- will return SQLITE_ABORT upon next access after the [ROLLBACK].
+ Pending statements no longer block [ROLLBACK]. Instead, the pending
+ statement will return SQLITE_ABORT upon...
}
5 "rOllback" {
- ...[ROLLBACK]. Instead, the pending statement
- will return SQLITE_ABORT upon next access after the [ROLLBACK].
+ Pending statements no longer block [ROLLBACK]. Instead, the pending
+ statement will return SQLITE_ABORT upon...
}
6 "lang*" {
Added support for the FTS4 [languageid] option.
« no previous file with comments | « third_party/sqlite/src/ext/fts5/test/fts5tokenizer.test ('k') | third_party/sqlite/src/ext/fts5/test/fts5update.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698