I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update session module test code to correctly use Tcl_Size instead of int. More... 2 days ago
Add the "--timeout SECONDS" option to the ".progress" command in the CLI. More... 2 days ago
Enhance the ".timer" command in the CLI to accept the "once" argument, and so that it leaves its last real-time result in the $TIMER variable. Also fix a harmless warning from an earlier check-in. More... 3 days ago
Fix a missed optimization opportunity due to a typo in check-in [898bfa1afd8260ea]. Reported by [forum:/forumpost/2026-01-31T00:49:53z|forum post 2026-01-31T00:49:53z]. More... 4 days ago
Make CROSS JOIN a join reorder barrier again, as the SQLite documentation says it is. It mistakenly stopped being a join barrier with check-in [c1ea064948ba08c4]. More... 5 days ago
Fix the new CLI so that the ".eqp" setting does not affect the output of other dot commands such as .schema or .tables. More... 5 days ago
Change the new escape-character mechanism for CSV import so that there are separate options for an escape character for quoted and unquoted fields of the CSV. More... 5 days ago
Undo the previous check-in. In its place, add the --escape option to the ".import" command. More... 5 days ago
Enhance the CSV import capability in the CLI so that it understands backslash-escaped double-quotes. More... 5 days ago
kvvfs fix for [https://github.com/sqlite/sqlite-wasm/issues/146|npm ticket #146]: use of a test-mode-only symbol in non-test runs leads to a null deref in xFileControl(). More... 5 days ago
Capture sqlite3_rsync's remote-end result code so the local side can exit with non-0 if, e.g., the remote sqlite3_rsync binary is found but fails to start. [forum:43eb1cd1c3979817|Confirmation received] that it resolves the motivating problem report. More... 7 days ago
Improved (faster) bytecode for the merge algorithm. More... 7 days ago
Add a comment to sqlite3Stat4Value() explaining that it read a few bytes past the end of the specified buffer. More... 7 days ago
Avoid unsigned integer overflow when evaluating an array index in a JSON path expression. [forum:/forumpost/2026-01-27T14:18:49z|Forum post 2026-01-27T14:18:49z]. More... 7 days ago
Improved byte-code coverage testing verification in the merge algorithm. More... 7 days ago
The tmstmpvfs.c extension should not modify the content of pages going into the WAL file, as that would corrupt the page checksum used for recovery. Instead, only insert timestamp information as content is written into the database file. More... 8 days ago
Teach sqlite3_rsync to increment its error count when a child process fails, based on [forum:8fe404e547faa42e|forum post 8fe404e547faa42e]. This passes basic sanity tests but requires more testing and needs a review of the final 'else' block in the new code. More... 8 days ago
For CSV import in the CLI, when the table is created automatically because it does not previously exist, make the column types "ANY" instead of "TEXT" so that they will automatically adjust to different datatypes in the input text. More... 8 days ago
Add the --csv option to the showtmlog utility program. More... 8 days ago
Fix trivial buffer overreads in the sessions module that could occur when parsing changeset blobs. More... 8 days ago
Additional usage notes added to the header comment of the tmstmpvfs.c source file. No code changes. More... 8 days ago
Enhanced documentation in the header comment of tmstmpvfs.c. More... 8 days ago
Fix frame number computation in the log generated by tmstmpvfs.c. More... 8 days ago
Enhancements to tmstmpvfs.c: (1) Use the exact same timestamp on logfile entries as on the pages that control, where appropriate. (2) Include the WAL frame number in ELOG_CKPT_PAGE logfile entries. More... 8 days ago
Add test for fts3 compress= and uncompress= options. More... 9 days ago
Improve the comments on the generated byte-code for the merge algorithm. More... 9 days ago
Fix the initialization of the sqlite3Api[] constant to conform with the previous check-in. More... 9 days ago
Add alternative sqlite3_carray_bind_v2() interface. More... 9 days ago
Fix speedtest1.wasm build regression introduced with Emscripten 5.0.0. More... 9 days ago
Fix a possible problem following OOM in a WITH statement. More... 9 days ago