sqlite/ext
stephan 55a4bea72a Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain().
FossilOrigin-Name: b772edfb44143107d4993bde600d0f4c45184f29a4deee403105c64748c36523
2024-07-13 14:07:47 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
consio Fix harmless compiler warnings seen with MSVC. 2024-02-04 04:01:11 +00:00
expert Update mdevtest and sdevtest to do shell builds in parallel. And only if one or more of the tcl scripts run requires it. 2024-03-11 19:33:55 +00:00
fts3 Fix a "shift exponent is too large" usan error that could occur in the fts3 snippet() function when a query phrase contains more than 64 tokens. 2024-04-09 19:23:18 +00:00
fts5 Improve the error message returned when fts5 finds a row is missing from its content table. 2024-07-08 16:01:49 +00:00
icu Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. 2024-04-08 11:45:15 +00:00
intck Fix harmless compilation issues seen with MSVC. 2024-06-05 20:50:39 +00:00
jni Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion. 2024-01-01 23:28:02 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc For shell completion, use pragma_table_xinfo instead of pragma_table_info, so that generated columns are handled, as reported in [forum:f0735e05d8d7e857|forum post f0735e05d8d7e857]. 2024-07-04 09:45:23 +00:00
rbu Fix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests. 2024-03-18 21:08:33 +00:00
recover Ensure an sqlite_dbdata cursor is properly reset before being used again, even if it has already encountered database corruption. 2024-05-21 17:37:50 +00:00
repair Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rtree Must use sqlite3IntFloatCompare() for accurate comparisons between very large 2024-03-08 03:24:09 +00:00
session Fix a hyperlink typo in session documentation. 2024-05-08 11:51:56 +00:00
userauth Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE. 2024-01-22 12:56:58 +00:00
wasm Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain(). 2024-07-13 14:07:47 +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.