This website requires JavaScript.
Explore
Help
Sign In
paulhorn
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d9b8c0d7611dc66fc8065ebcfcb0cb08c194574b
sqlite
/
ext
/
misc
T
History
mistachkin
f3d2aaeca2
For the vtshim module, always zero out the xChildDestroy function pointer after calling it.
...
FossilOrigin-Name: 240f7252c66ad3ff5ae0ef06455c1ff9bd78bbb4
2013-08-05 21:54:17 +00:00
..
amatch.c
Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defined.
2013-05-15 18:34:17 +00:00
closure.c
Fix copy/paste errors in comments in the transitive_closure virtual table.
2013-07-17 21:08:49 +00:00
fuzzer.c
Improved processing of DISTINCT.
2013-06-11 18:59:38 +00:00
ieee754.c
Fix harmless typos in comments of two extensions.
2013-07-02 00:06:31 +00:00
nextchar.c
Add an optional 5th parameter to the next_char() function that is the
2013-07-08 01:27:43 +00:00
percentile.c
Make a couple of implicit casts explicit to fix compiler warnings.
2013-07-05 10:46:08 +00:00
regexp.c
Documentation changes to warn that sqlite3_set_auxdata() might call the
2013-07-18 14:16:48 +00:00
rot13.c
Add the rot13.c loadable extension.
2013-05-15 13:05:03 +00:00
spellfix.c
Adjust the costs in the xBestIndex function of the spellfix1 virtual table
2013-07-09 15:56:44 +00:00
vtshim.c
For the vtshim module, always zero out the xChildDestroy function pointer after calling it.
2013-08-05 21:54:17 +00:00
wholenumber.c
Fix the wholenumber virtual table so that it returns higher costs for
2013-05-08 14:20:28 +00:00