1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB.

FossilOrigin-Name: edd27669f3d0ec8c878267fb5cae9b73fcdfd2b8
This commit is contained in:
shaneh
2011-02-16 01:23:50 +00:00
parent 54215638aa
commit ae23162e52
7 changed files with 35 additions and 12 deletions

View File

@ -14,6 +14,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
#--------------------------------------------------------------------------
# OVERVIEW
#