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

Unified Diff: third_party/sqlite/src/test/pragma3.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
« no previous file with comments | « third_party/sqlite/src/test/pragma2.test ('k') | third_party/sqlite/src/test/pragma4.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/sqlite/src/test/pragma2.test ('k') | third_party/sqlite/src/test/pragma4.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698