-C Fix\sup\sthe\stest\stclvar\svirtual\smodule.\s(CVS\s3307)
-D 2006-06-27T12:25:00
+C All\stests\spass\seven\sif\scompiled\swith\s-DSQLITE_DEFAULT_FILE_FORMAT=1.\s(CVS\s3308)
+D 2006-06-27T12:51:13
F Makefile.in f839b470345d3cb4b0644068474623fe2464b5d3
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F src/sqliteInt.h b82962553a49eea4cd5c35634c7c9e0c93700814
F src/table.c e707e822aad688034d391b93df63d6b2d302fdca
F src/tclsqlite.c 32d9e0147077f2e2c127c5f214fb3fe03ef97d18
-F src/test1.c bb8dd92a73fbc77584b0e94848283612a0da6c48
+F src/test1.c d398aa0c2227b76696a249f0fb9a506e6e391928
F src/test2.c ca74a1d8aeb7d9606e8f6b762c5daf85c1a3f92b
F src/test3.c 833dc8346e431182ae6bd0648455c3d4cc65a19f
F src/test4.c 8b784cd82de158a2317cb4ac4bc86f91ad315e25
F test/delete.test 525a6953bc3978780cae35f3eaf1027cf4ce887d
F test/delete2.test d20b08733243f1890079f3b48f2356fbb62212b2
F test/delete3.test 555e84a00a99230b7d049d477a324a631126a6ab
-F test/descidx1.test 3d243c802280e93a83ca6679bf0e3ce83d4ca5e6
-F test/descidx2.test f9f73c562932b81207faa525cd52acdfd2fc0482
-F test/descidx3.test 51eaeee554ca97caa4695b493686e0ed04046b1a
+F test/descidx1.test 514e84d56ddeb455081d7a43fa1e5ec7cbc164c2
+F test/descidx2.test ab9153ac0dc27268a2e42b746be13bf48388e762
+F test/descidx3.test 443dfeafab55e8ae88cfc45e02d8edb90d439810
F test/diskfull.test d828d72adfc9e2d1a194d25996718c1989152cf9
F test/distinctagg.test 2b89d1c5220d966a30ba4b40430338669301188b
F test/enc.test 7a03417a1051fe8bc6c7641cf4c8c3f7e0066d52
F test/enc3.test 890508efff6677345e93bf2a8adb0489b30df030
F test/expr.test 7b4b349abdb05ab1862c1cfcf7607e3731efc5d2
F test/fkey1.test 153004438d51e6769fb1ce165f6313972d6263ce
-F test/format4.test 9f31d41d4f926cab97b2ebe6be00a6ab12dece87
+F test/format4.test aec322535418f5e86b056bf4dfbcfb45bf09802e
F test/func.test c0df82c29f07b8b6ee0aaa13950f43880f8046bf
F test/hook.test 7e7645fd9a033f79cce8fdff151e32715e7ec50a
F test/in.test 369cb2aa1eab02296b4ec470732fe8c131260b1d
F test/trigger6.test 0e411654f122552da6590f0b4e6f781048a4a9b9
F test/trigger7.test 0afa870be2ce1b132cdb85b17a4a4ef45aa8cece
F test/trigger8.test 3a09275aa2214fdff56f731b1e775d8dfee4408a
-F test/types.test a74083427a73ff8af2723bae209d09cce5722c3a
+F test/types.test 98e7a631bddf0806204358b452b02d0e319318a6
F test/types2.test 202b1afacdb80eddbb5fb5fab6207daaf5b4dfe1
F test/types3.test ea0ddf793ad5cd17c3b029dd8f48473059f873b6
F test/unique.test 0253c4227a5dc533e312202ce21ecfad18058d18
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 955551ca2e66a1f21dae21aa0265906887d7138d
-R a75be91ad4b96784be02c1fe703749d2
-U danielk1977
-Z fcc7fcb84d664455e9b0b827f3f6b723
+P a20bfa46316b9d8f884f147960620fc8e56a7c7f
+R fc3aecd43a4bea7082d55ad447974520
+U drh
+Z 7793804357a3de2c4882cca76381e1ce
-a20bfa46316b9d8f884f147960620fc8e56a7c7f
\ No newline at end of file
+8a49311d2f50cf2ca24776cabcb8ec7418325cb1
\ No newline at end of file
** is not included in the SQLite library. It is used for automated
** testing of the SQLite library.
**
-** $Id: test1.c,v 1.213 2006/06/27 07:34:40 danielk1977 Exp $
+** $Id: test1.c,v 1.214 2006/06/27 12:51:13 drh Exp $
*/
#include "sqliteInt.h"
#include "tcl.h"
Tcl_SetVar2(interp, "sqlite_options", "integrityck", "1", TCL_GLOBAL_ONLY);
#endif
+#if defined(SQLITE_DEFAULT_FILE_FORMAT) && SQLITE_DEFAULT_FILE_FORMAT==1
+ Tcl_SetVar2(interp, "sqlite_options", "legacyformat", "1", TCL_GLOBAL_ONLY);
+#else
+ Tcl_SetVar2(interp, "sqlite_options", "legacyformat", "0", TCL_GLOBAL_ONLY);
+#endif
+
#ifdef SQLITE_OMIT_LIKE_OPTIMIZATION
Tcl_SetVar2(interp, "sqlite_options", "like_opt", "0", TCL_GLOBAL_ONLY);
#else
# This file implements regression tests for SQLite library. The
# focus of this script is descending indices.
#
-# $Id: descidx1.test,v 1.5 2006/01/16 16:24:25 danielk1977 Exp $
+# $Id: descidx1.test,v 1.6 2006/06/27 12:51:13 drh Exp $
#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
+ifcapable legacyformat {
+ finish_test
+ return
+}
+
# This procedure sets the value of the file-format in file 'test.db'
# to $newval. Also, the schema cookie is incremented.
#
# This file implements regression tests for SQLite library. The
# focus of this script is descending indices.
#
-# $Id: descidx2.test,v 1.2 2005/12/29 19:23:07 drh Exp $
+# $Id: descidx2.test,v 1.3 2006/06/27 12:51:13 drh Exp $
#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
+ifcapable legacyformat {
+ finish_test
+ return
+}
+
# This procedure sets the value of the file-format in file 'test.db'
# to $newval. Also, the schema cookie is incremented.
#
# This file implements regression tests for SQLite library. The
# focus of this script is descending indices.
#
-# $Id: descidx3.test,v 1.3 2006/01/16 16:24:25 danielk1977 Exp $
+# $Id: descidx3.test,v 1.4 2006/06/27 12:51:13 drh Exp $
#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
-ifcapable !bloblit {
+ifcapable {!bloblit || legacyformat} {
finish_test
return
}
set testdir [file dirname $argv0]
source $testdir/tester.tcl
+ifcapable legacyformat {
+ finish_test
+ return
+}
+
do_test format4-1.1 {
execsql {
CREATE TABLE t1(x0,x1,x2,x3,x4,x5,x6,x7,x8,x9);
# it tests that the different storage classes (integer, real, text etc.)
# all work correctly.
#
-# $Id: types.test,v 1.18 2006/01/06 22:11:21 drh Exp $
+# $Id: types.test,v 1.19 2006/06/27 12:51:13 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
9000000000000000000 -9000000000000000000]
# Check that all the record sizes are as we expected.
-do_test types-2.1.9 {
- set root [db eval {select rootpage from sqlite_master where name = 't1'}]
- record_sizes $root
-} {2 3 3 4 4 6 6 10 10}
-
+ifcapable legacyformat {
+ do_test types-2.1.9 {
+ set root [db eval {select rootpage from sqlite_master where name = 't1'}]
+ record_sizes $root
+ } {3 3 3 4 4 6 6 10 10}
+} else {
+ do_test types-2.1.9 {
+ set root [db eval {select rootpage from sqlite_master where name = 't1'}]
+ record_sizes $root
+ } {2 3 3 4 4 6 6 10 10}
+}
+
# Insert some reals. These should be 10 byte records.
do_test types-2.2.1 {
execsql {
} {0.0 12345.678 -12345.678}
# Check that all the record sizes are as we expected.
-do_test types-2.2.3 {
- set root [db eval {select rootpage from sqlite_master where name = 't2'}]
- record_sizes $root
-} {2 10 10}
-
+ifcapable legacyformat {
+ do_test types-2.2.3 {
+ set root [db eval {select rootpage from sqlite_master where name = 't2'}]
+ record_sizes $root
+ } {3 10 10}
+} else {
+ do_test types-2.2.3 {
+ set root [db eval {select rootpage from sqlite_master where name = 't2'}]
+ record_sizes $root
+ } {2 10 10}
+}
+
# Insert a NULL. This should be a two byte record.
do_test types-2.3.1 {
execsql {