sqlite/ext
larrybr 69881887b8 For sha3 extension, mention NIST standard implemented.
FossilOrigin-Name: 529ab138a438379f0cbd170bff5211aee1c327a1b3119a714ee15f68fd2239f3
2023-04-10 23:21:19 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
expert Fix handling of columns with names that are SQL keywords in the ".expert" command. 2022-08-10 15:29:21 +00:00
fts3 Avoid a buffer overread in fts3 that could occur when processing a corrupt record. 2023-03-18 16:12:27 +00:00
fts5 A prepared statement that aborts due to SQLITE_SCHEMA should not invalidate 2023-04-06 13:35:42 +00:00
icu Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension. 2022-09-28 19:14:01 +00:00
lsm1 Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
misc For sha3 extension, mention NIST standard implemented. 2023-04-10 23:21:19 +00:00
rbu Fix a problem causing the rbu_exclusive_checkpoint=1 to be ignored with zipvfs databases. 2023-04-07 14:03:30 +00:00
recover Add the SQLITE_VTAB_USES_ALL_SCHEMAS option to sqlite3_vtab_config(). Update 2023-04-03 15:01:37 +00:00
repair Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option. 2022-02-17 14:33:13 +00:00
rtree Make the SQLITE_DBCONFIG_STMT_SCANSTATUS option on by default. 2023-03-03 21:17:12 +00:00
session Reinstate some test cases accidentally removed by [cb023fe28560ce0f]. 2023-03-09 16:11:43 +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
wasm Expose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS. 2023-04-04 17:35:38 +00:00
README.md Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +00:00

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.