diff options
Diffstat (limited to 'third_party/sqlite/src/test/descidx1.test')
-rw-r--r-- | third_party/sqlite/src/test/descidx1.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/sqlite/src/test/descidx1.test b/third_party/sqlite/src/test/descidx1.test index 60cf969..1154dc5 100644 --- a/third_party/sqlite/src/test/descidx1.test +++ b/third_party/sqlite/src/test/descidx1.test @@ -17,6 +17,11 @@ set testdir [file dirname $argv0] source $testdir/tester.tcl +# Do not use a codec for tests in this file, as the database file is +# manipulated directly using tcl scripts (using the [hexio_write] command). +# +do_not_use_codec + db eval {PRAGMA legacy_file_format=OFF} # This procedure sets the value of the file-format in file 'test.db' |