sqlite/ext
shess b2822a2b5e Changes fts2 to use only sqlite3_malloc() and not system malloc.
Backports (4554) and (4555) from fts3. (CVS 5454)

FossilOrigin-Name: ecf2dec66cb979cb7d8db3b7ce5c64cab57fe2bb
2008-07-22 22:57:54 +00:00
..
fts1 Remove all instances of sprintf() from the FTS modules. Ticket #3049. (CVS 4996) 2008-04-12 13:06:09 +00:00
fts2 Changes fts2 to use only sqlite3_malloc() and not system malloc. 2008-07-22 22:57:54 +00:00
fts3 Implement optimize() function. This merges all segments in the fts 2008-07-15 21:32:07 +00:00
icu Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
rtree Allow the r-tree extension to be compiled as part of the amalgamation. (CVS 5424) 2008-07-16 14:43:34 +00:00
README.txt Add the ext/fts1 subdirectory for holding the first full-text search 2006-08-22 14:45:37 +00:00

Version loadable extensions to SQLite are found in subfolders
of this folder.