| 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.
|
|
|