| Index: third_party/sqlite/src/test/pragma3.test
|
| diff --git a/third_party/sqlite/src/test/pragma3.test b/third_party/sqlite/src/test/pragma3.test
|
| index b7ea4d3fc625c9d8f2ee87ef0080bf35a518f4a3..8a4f4f9d84acd57c6ed54d6a9091bffe433f203c 100644
|
| --- a/third_party/sqlite/src/test/pragma3.test
|
| +++ b/third_party/sqlite/src/test/pragma3.test
|
| @@ -15,6 +15,7 @@
|
|
|
| set testdir [file dirname $argv0]
|
| source $testdir/tester.tcl
|
| +do_not_use_codec
|
|
|
| do_execsql_test pragma3-100 {
|
| PRAGMA data_version;
|
| @@ -220,7 +221,7 @@ ifcapable shared_cache {
|
| # This will not work with the in-memory journal permutation, as opening
|
| # [db2] switches the journal mode back to "memory"
|
| #
|
| -ifcapable wal {
|
| +if {[wal_is_capable]} {
|
| if {[permutation]!="inmemory_journal"} {
|
|
|
| sqlite3 db test.db
|
|
|