sqlite/tool
drh b28e59bbbb Bug fix: Only trust the database size number at offset 28 if the change
counter at offset 24 matches the version number counter at offset 92.
This prevents corruption in the case of two applications writing to the
database where one is an older version of SQLite and the other is a newer
version.

FossilOrigin-Name: f80c3f922a114e738613955a939db46cf0847038
2010-06-17 02:13:39 +00:00
..
diffdb.c Prepare for the 2.5.5 release. (CVS 661) 2002-07-06 16:32:14 +00:00
fragck.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
genfkey.README Remove genfkey.c. Change genfkey.README to talk about the new shell dot-command, not the old standalone genfkey program. (CVS 6326) 2009-02-25 15:43:57 +00:00
genfkey.test Fix a problem in the legacy genfkey code to do with column names that require quoting. 2009-10-08 13:42:28 +00:00
lemon.c Fixed compiler warning on Visual Studio. 2010-03-03 17:09:01 +00:00
lempar.c Enhancements to lemon to generate more compact action tables and to avoid 2009-11-03 19:18:31 +00:00
mkkeywordhash.c Add a new sqlite3_test_control() verb that facilitates testing that all 2010-01-02 03:21:35 +00:00
mkopts.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
mkspeedsql.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
mksqlite3c.tcl Changes to support SQLITE_OMIT_WAL. 2010-05-06 19:20:29 +00:00
mksqlite3h.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
mksqlite3internalh.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
omittest.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
opcodeDoc.awk initial check-in of the new version (CVS 1) 2000-05-29 14:26:00 +00:00
restore_jrnl.tcl Added option to dump pages. 2010-01-08 04:50:22 +00:00
shell1.test Fix a problem in the shell tool. In some cases sqlite3_errmsg() was being called before sqlite3_finalize(), causing error messages to be more generic than they should be. 2010-01-05 04:59:56 +00:00
shell2.test Fix a problem with the CLI where not all SQL commands were being echoed. 2010-01-18 18:17:10 +00:00
shell3.test Updated and added new test cases for CLI. 2009-12-17 21:07:54 +00:00
showdb.c Bug fix: Only trust the database size number at offset 28 if the change 2010-06-17 02:13:39 +00:00
showjournal.c Preliminary fix for ticket #599. More testing and analysis needed. (CVS 1208) 2004-02-08 00:40:52 +00:00
soak1.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
space_used.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
spaceanal.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
speedtest.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
speedtest2.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00
speedtest8.c New speed testing tools. (CVS 5786) 2008-10-09 17:57:33 +00:00
speedtest8inst1.c Update utility program speedtest8inst1.c. (CVS 5201) 2008-06-11 11:00:31 +00:00
speedtest16.c Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178) 2008-05-29 20:22:37 +00:00
vdbe-compress.tcl For Windows VFS, modified xGetLastError() to call FormatMessage() 2009-10-21 02:00:47 +00:00