0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-25 08:59:33 +01:00
sqlite/ext
drh c795e3df7a Avoid harmless UB in memcpy() in the JSON extension.
FossilOrigin-Name: 69e149f76853d196c8855fedfc98848b60fb116ac36bc08824b1a122469f8ece
2020-05-17 13:47:28 +00:00
..
async
expert Update code in sqlite3expert.c to account for the fact that "-- TRIGGER xyz" VM comments are now omitted for some builds. 2020-05-15 18:48:31 +00:00
fts1
fts2
fts3 Fix a use-after-free bug in the fts3 snippet() function. 2020-05-16 17:26:58 +00:00
fts5 Avoid an infinite recursion on an illegal recursive definition of an 2020-02-16 17:40:35 +00:00
icu Chagnes the ESCAPE clause on the LIKE operator to overwrite wildcard 2020-03-19 18:13:28 +00:00
lsm1
misc Avoid harmless UB in memcpy() in the JSON extension. 2020-05-17 13:47:28 +00:00
rbu Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface. 2020-01-11 16:08:31 +00:00
repair
rtree The RTREE extension behaves has if data columns have type REAL, so we 2020-02-28 16:04:28 +00:00
session In sqlite3changeset_apply(), ensure that DELETE and UPDATE changes are always executed on main database tables, not similarly named temp tables, as documented. INSERT statements are already being handled correctly. 2020-02-27 17:16:45 +00:00
userauth Fix a problem in the userauth extension causing it to occasionally set "PRAGMA count_changes" (and some others) to true. 2020-01-21 13:40:35 +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.