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
dan
3d403c71a8
Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators.
...
FossilOrigin-Name: 0c13570ec78c6887103dc99b81b470829fa28385
2012-05-25 17:50:19 +00:00
..
build-shell.sh
Fix harmless static-analysis warnings, mosting having to do with memory
2012-04-11 11:38:53 +00:00
diffdb.c
…
extract.c
…
fragck.tcl
…
genfkey.README
…
genfkey.test
…
getlock.c
…
lemon.c
Fix a typecast problem in lemon that could cause problems on 64-bit machines.
2012-04-18 09:59:56 +00:00
lempar.c
…
mkkeywordhash.c
Fix a harmless compiler warning in the mkkeywordhash.c utility program.
2012-04-18 10:13:20 +00:00
mkopts.tcl
…
mkspeedsql.tcl
…
mksqlite3c-noext.tcl
Add a new script to build an amalgamation that omits FTS3/4 and RTREE.
2011-09-17 17:29:20 +00:00
mksqlite3c.tcl
Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators.
2012-05-25 17:50:19 +00:00
mksqlite3h.tcl
…
mksqlite3internalh.tcl
…
offsets.c
…
omittest.tcl
Enhancements to the omittest.tcl script used to verify that the
2011-10-20 00:55:54 +00:00
opcodeDoc.awk
…
restore_jrnl.tcl
…
rollback-test.c
…
showdb.c
If the SELECT that finds all root pages in the showdb fails, then report
2012-04-03 15:10:34 +00:00
showjournal.c
…
showwal.c
…
soak1.tcl
…
space_used.tcl
…
spaceanal.tcl
Update sqlite3_analyzer to correctly find all database files when the
2012-04-06 00:09:27 +00:00
speedtest2.tcl
…
speedtest8.c
…
speedtest8inst1.c
…
speedtest16.c
…
speedtest.tcl
…
split-sqlite3c.tcl
…
symbols-mingw.sh
Adjust the symbols.sh script for STAT3. Add the symbols-mingw.sh script for
2011-10-13 14:18:51 +00:00
symbols.sh
Adjust the symbols.sh script for STAT3. Add the symbols-mingw.sh script for
2011-10-13 14:18:51 +00:00
tostr.awk
…
vdbe-compress.tcl
…
warnings-clang.sh
Fix harmless static-analysis warnings, mosting having to do with memory
2012-04-11 11:38:53 +00:00
warnings.sh
…