This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
tool
History
danielk1977
d17e71c95c
Update mksqlite3c.tcl to include new file pcache1.c. (CVS 5900)
...
FossilOrigin-Name: 00442e0f57b52808d087154c84ece531bf1cfb62
2008-11-13 14:42:18 +00:00
..
diffdb.c
…
fragck.tcl
…
genfkey.c
Use one less temporary table in genfkey.c. The retired table was being used to workaround the bug fixed by (5812). (CVS 5813)
2008-10-13 10:56:48 +00:00
genfkey.README
Add the genfkey program to the tool/ directory. (CVS 5796)
2008-10-10 17:58:26 +00:00
genfkey.test
Add the genfkey program to the tool/ directory. (CVS 5796)
2008-10-10 17:58:26 +00:00
lemon.c
Explicit casts of the return from strlen() to int in lemon. This has
2008-08-13 20:09:06 +00:00
lempar.c
Modify the lemon parser template to avoid using zero-initialized constants
2008-08-20 17:48:21 +00:00
memleak2.awk
…
memleak3.tcl
…
memleak.awk
…
mkkeywordhash.c
Allow INDEXED BY and NOT INDEXED clauses in SELECT statements. (CVS 5766)
2008-10-06 05:32:18 +00:00
mkopts.tcl
…
mkspeedsql.tcl
New speed testing tools. (CVS 5786)
2008-10-09 17:57:33 +00:00
mksqlite3c.tcl
Update mksqlite3c.tcl to include new file pcache1.c. (CVS 5900)
2008-11-13 14:42:18 +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
…
report1.txt
…
showdb.c
…
showjournal.c
…
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
…
spaceanal.tcl
…
speedtest2.tcl
…
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
…