0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-12-01 17:23:42 +01:00
sqlite/ext
stephan 8d0d409876 Get tester1.js working via an ES6 worker module and add that variant to the dist zipfile.
FossilOrigin-Name: 90480586f1b2ad82118e19536b095431b8457f294c0afaa9b4f883f184cc804c
2022-11-19 16:16:40 +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
fts1
fts2
fts3 Tweak sqlite3-worker1.js to be able to load either sqlite3.js or sqlite3-wasmfs.js, noting that the latter still does not load in a Worker because of an Emscripten loader bug. 2022-10-01 13:38:27 +00:00
fts5 Better handle an error in the fts5 integrity-check code. dbsqlfuzz e87c62f9b67ea21aebdc36ab71cab7cc3eda8dc3. 2022-11-09 11:17:57 +00:00
icu Tweak sqlite3-worker1.js to be able to load either sqlite3.js or sqlite3-wasmfs.js, noting that the latter still does not load in a Worker because of an Emscripten loader bug. 2022-10-01 13:38:27 +00:00
lsm1 Remove stray tab characters from auxiliary source code files. 2022-02-21 13:44:51 +00:00
misc Fix corner cases in UTF8 handling in the REGEXP extension. 2022-11-17 19:24:39 +00:00
rbu Fix a problem with URI formatting in calls to sqlite3rbu_vacuum(zDb, NULL) causing problems on win32. First reported here <https://sqlite.org/forum/forumpost/a7ae915a9d>. 2022-11-08 20:04:05 +00:00
recover Additional defense against corrupt database files in dbdata.c. 2022-11-09 11:02:39 +00:00
repair Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option. 2022-02-17 14:33:13 +00:00
rtree Ensure that the RtreeCell object in rtreeUpdate has all bytes initialized. 2022-10-21 17:18:58 +00:00
session Fix test cases so that they all still work even with -DSQLITE_DQS=0. 2022-01-16 19:11:13 +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 Get tester1.js working via an ES6 worker module and add that variant to the dist zipfile. 2022-11-19 16:16:40 +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.