3 # The author disclaims copyright to this source code. In place of
4 # a legal notice, here is a blessing:
6 # May you do good and not evil.
7 # May you find forgiveness for yourself and forgive others.
8 # May you share freely, never taking more than you give.
10 #***********************************************************************
13 set testdir [file dirname $argv0]
14 source $testdir/tester.tcl
15 source $testdir/lock_common.tcl
16 set testprefix external_reader
22 if {$::tcl_platform(platform)!="unix"} {
27 do_multiclient_test tn {
30 if {[info commands db3]!=""} { set bExternal 0 }
34 PRAGMA journal_mode = wal;
35 CREATE TABLE t1(a, b);
36 INSERT INTO t1 VALUES(1, 2);
41 sql2 { SELECT * FROM t1 }
46 file_control_external_reader db
59 file_control_external_reader db
68 code1 { file_control_external_reader db }