sqlite/ext/misc
drh f5d87f77e2 Fix the index name for the shadow tables in the spellfix1 extension so that
multiple instances of the spellfix1 virtual table can each have their own
index.

FossilOrigin-Name: 438c348a40383796a710499e4e1b7a6b08f75778
2014-07-22 16:00:49 +00:00
..
amatch.c Fix memory leaks in the amatch extension. Add a few simple test cases. 2013-09-30 17:37:15 +00:00
closure.c Fix copy/paste errors in comments in the transitive_closure virtual table. 2013-07-17 21:08:49 +00:00
compress.c Add an extension that implements compress() and uncompress() SQL functions. 2014-06-13 13:08:21 +00:00
fileio.c Fix the extension01.test script so that it works on windows. Fix a 2014-06-16 12:51:56 +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 Fix typo in comment. No changes to code. 2013-09-29 04:56: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 Fix the index name for the shadow tables in the spellfix1 extension so that 2014-07-22 16:00:49 +00:00
totype.c Fix harmless macro redefinition warnings in the totype extension. 2013-10-15 10:43:04 +00:00
vfslog.c Improved header comment with better instructions on the vfslog.c 2013-10-19 16:51:39 +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