sqlite/ext
2024-04-04 22:53:09 +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 Ensure the fts3 xIntegrity method correctly returns error codes unrelated to corruption or missing SQL elements. 2024-02-01 15:21:55 +00:00
fts5 Update comments in fts5.h. 2024-03-27 20:34:14 +00:00
icu Add an optional 3rd argument to the icu_load_collation() function that 2024-04-02 21:55:45 +00:00
intck Omit some extra tests for the intck extension in OMIT_VIRTUAL_TABLE or OMIT_PRAGMA builds. 2024-03-08 13:49:43 +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 Improvements to the vtablog.c extension: Eliminate memory leaks. 2024-03-25 10:55:08 +00:00
rbu Fix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests. 2024-03-18 21:08:33 +00:00
recover Fix harmless compiler warnings seen with MSVC. 2024-02-04 04:01:11 +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 If a table has one or more rows and it has a partial index has zero rows, 2024-02-19 16:22:58 +00:00
userauth Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE. 2024-01-22 12:56:58 +00:00
wasm Optimize sqlite3.oo1.DB.exec() for the rowMode='object' case to avoid converting the object property keys (column names) from native code to JS for each row. This speeds up large data sets considerably and addresses the report in [forum:3632183d2470617d|forum post 3632183d2470617d]. 2024-04-04 22:53:09 +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.