sqlite/ext
dan 38b31a93b3 Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created.
FossilOrigin-Name: 00a398cf900179aa5a8aab09fe4a671d99e7a31583282848ef39390f2ef246eb
2024-09-18 15:02:27 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
consio Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). 2024-09-03 02:09:13 +00:00
expert Ensure sqlite3expert.c unregisters any SQL user-functions it registers with the database handle before returning. 2024-08-08 15:26:11 +00:00
fts3 Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts5 Alternative implementation of fts5 locale=1 feature that allows blobs to be stored in indexed columns of fts5 locale=1 tables. 2024-09-10 20:32:36 +00:00
icu Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. 2024-04-08 11:45:15 +00:00
intck First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
jni JNI SQLTester: fix --new command to force-replace db if it already exists. Add no-op impls for --stmt-cache and --jsonglob commands. 2024-07-24 12:12:11 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc Add sha1() functions to the CLI. Fix sha1b() such that it actually returns 2024-09-12 14:43:05 +00:00
rbu Fix a harmless stray carriage-return character. 2024-09-06 14:01:48 +00:00
recover Add an assert() to fix a harmless compiler warning in the recovery 2024-08-10 09:56:36 +00:00
repair Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rtree First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
session Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created. 2024-09-18 15:02:27 +00:00
userauth Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE. 2024-01-22 12:56:58 +00:00
wasm wasm minimal build: strip authorizers and JSON support (saves approx 35kb). Strip vtab support from the JS bits but cannot yet strip it from the C bits because that requires a custom-configured sqlite3.c. 2024-07-24 23:58:28 +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.