.. |
diffdb.c
|
Prepare for the 2.5.5 release. (CVS 661)
|
2002-07-06 16:32:14 +00:00 |
fragck.tcl
|
Changes to support fragmentation analysis in sqlite3_analyzer. (CVS 3634)
|
2007-02-10 19:22:35 +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
|
Dequote the "from" table in a FOREIGN KEY definition (affects the output of "pragma foreign_key_list). Fix for #3800. (CVS 6547)
|
2009-04-24 18:06:09 +00:00 |
lemon.c
|
Change lemon so that it does not generate yytestcase() macros on destructor
|
2009-06-12 17:46:19 +00:00 |
lempar.c
|
The lemon parser generator now inserts yytestcase() macros on reduce action
|
2009-06-12 13:53:51 +00:00 |
mkkeywordhash.c
|
Modify mkkeywordhash.c so that it puts the original text of each token in
|
2009-06-09 14:27:41 +00:00 |
mkopts.tcl
|
Remove the begin_hook and commit_hook APIs. They were a bad idea. Add a
|
2003-04-23 12:25:23 +00:00 |
mkspeedsql.tcl
|
New speed testing tools. (CVS 5786)
|
2008-10-09 17:57:33 +00:00 |
mksqlite3c.tcl
|
Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. (CVS 6971)
|
2009-08-11 05:50:36 +00:00 |
mksqlite3h.tcl
|
Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. (CVS 6971)
|
2009-08-11 05:50:36 +00:00 |
mksqlite3internalh.tcl
|
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 |
omittest.tcl
|
Fix the SQLITE_OMIT_DATETIME_FUNCS compile-time option so that it builds
|
2008-10-13 15:35:08 +00:00 |
opcodeDoc.awk
|
initial check-in of the new version (CVS 1)
|
2000-05-29 14:26:00 +00:00 |
showdb.c
|
Update the showdb.c utility so that it works with databases larger than 4GiB. (CVS 6656)
|
2009-05-19 03:21:52 +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
|
Change the TEMP_STORE preprocessor symbol to SQLITE_TEMP_STORE. (CVS 5312)
|
2008-06-26 10:54:12 +00:00 |
space_used.tcl
|
Add the "space_used.tcl" script to the tools directory. This script is used
|
2002-11-24 14:52:27 +00:00 |
spaceanal.tcl
|
Fix a bug in the TCL code for sqlite3_analyzer. (CVS 4590)
|
2007-12-04 13:41:51 +00:00 |
speedtest2.tcl
|
Added the default_cache_size and default_synchronous pragmas. Added additional
|
2002-03-06 22:01:34 +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 |
speedtest.tcl
|
Update the misuse.test script so that it will work under Windows. Changes
|
2002-05-10 14:37:30 +00:00 |
vdbe-compress.tcl
|
Tweaks to vdbe.c to further reduce stack space requirements. (CVS 6706)
|
2009-06-02 16:06:03 +00:00 |