sqlite/ext
drh 9fa866a8d9 Disallow leading zeros on numeric constants in JSON.
Fix for ticket [b93be8729a895a528e2]

FossilOrigin-Name: 204e72f0080e8f08f99978870bd3cb9d59b068ecffee82192d707c650548b43b
2017-04-08 18:18:22 +00:00
..
async
fts1
fts2
fts3 Add short script ext/fts3/tool/fts3cov.sh. To help measure test-coverage of 2017-03-21 17:19:31 +00:00
fts5 Have fts5 close any open blob-handle when a new savepoint is opened. This 2017-04-08 09:12:20 +00:00
icu
misc Disallow leading zeros on numeric constants in JSON. 2017-04-08 18:18:22 +00:00
rbu Remove the rbu_round_trip.tcl script. It is now part of project "test-dbs". 2017-03-10 18:36:34 +00:00
rtree Have the rtree module close any open blob-handle within the xSavepoint method. 2017-04-08 13:52:41 +00:00
session Allow sqlite3session_apply() to apply changesets to tables that have been 2017-02-04 17:33:30 +00:00
userauth Add an 'extern "C"' block to header file sqlite3userauth.h. 2017-02-25 20:57:46 +00:00
README.md Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +00:00

README.md

Loadable Extensions

Various loadable extensions for SQLite are found in subfolders.

Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.