I Use This!
Very High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Jul 16, 2025 — Jul 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjust QRF to generate lower-case HTML output with the SQLITE_STYLE_Html style setting. More... 3 days ago
Remove harmless "breakpoint" command inserted by the previous check-in More... 3 days ago
Update some test cases in fts5corrupt3.test and fts5corruptB.test to account for recent updates to database and record corruption detection. More... 3 days ago
Add assert()s and a testcase() to and fix and improve comments in the percentSort() routine. More... 4 days ago
Improve documentation for sqlite3_result_zeroblob64(). No changes to code. More... 6 days ago
Improvements to the implementation of sqlite3_result_str() so that it has 100% mutation coverage. More... 6 days ago
Minor change to the "weekday N" modifier in the date/time functions to facilitate 100% mutation test coverage. More... 6 days ago
New compile-time option SQLITE_MAX_SCHEMA and runtime limit option SQLITE_LIMIT_SCHEMA that put an upper bound on the number of objects in a database schema. Current default is 10 million. More... 7 days ago
Ensure that the "leaf-size" field of an fts5 record is only read from records that are actually leaves and are large enough to contain it. Bug [bugs:/info/2026-07-09T20:15:55Z | 2026-07-09T20:15:55Z]. More... 8 days ago
In the sqlite3_rsync utility program, fix three defects identified by [bugs:/info/e2dfadf51209f12b|Bug e2dfadf51209f12b]. More... 8 days ago
Fix an incorrect free() call in the CLI on Windows when using the -A command-line option. More... 9 days ago
Allow "ALTER TABLE ... DROP CONSTRAINT" to drop foreign key constraints. More... 9 days ago
Allow "ALTER TABLE ... DROP CONSTRAINT" to drop foreign key constraints. More... 9 days ago
For display modes in the CLI for which column headers are enabled, make the mode "always" instead of "on. Improved comments and test cases. More... 9 days ago
Make the (legacy, deprecated) ".header" command in the CLI responsive to the "always" title mode. Clean up title mode and define its operation with improved comments in the TCL interface and in the CLI. Add the "-title auto" option to the CLI. More... 9 days ago
Change the CLI so that the default "--title" is "always" instead of "on" for some display modes. This check-in also include a fix to "--title always" for the "markdown" display mode. More... 10 days ago
Add the "--rowcount on" and "--title always" features to QRF, the CLI, and the TCL interface. Make them on by default for "--style psql". More... 10 days ago
Corrections to the mode matrix in the CLI More... 10 days ago
Fix a problem with --rowcount found by Claude in code review. More... 10 days ago
Improved title separator in QRF when using "-title always" on an empty row. Improved comments on the mode matrix in the CLI code. Additional test cases. More... 10 days ago
Show --rowcount for "--style insert". New test cases. More... 10 days ago
Continuing work on --rowcount and --title always. More... 11 days ago
Add new option "bRowCount" to QRF. Add QRF_Always as a possibility for bTitles. Use these feature to enhance ".mode psql" to be a better approximation of what psql actually does. More... 11 days ago
Reduce divergence between ext/misc/fossildelta.c, the delta code in ext/rbu/sqlite3rbu.c, and Fossil itself. More... 11 days ago
Fix an OOB read caused by passing an out-of-range phrase number to fts5 auxiliary API xPhraseFirstColumn() in detail=columns mode. More... 11 days ago
Fix a problem in the fossil-delta implementation within RBU causing it to reject some well-formed delta records. Bug [bugs:/info/2026-07-06T13:01:22Z | 2026-07-06T13:01:22Z]. This fixes a problem introduced by check-in [67271c31292bc1bd] and published in version 3.53.3. More... 11 days ago
Fix another buffer overread in RBU that could occur when processing an RBU database with corrupt rbu_control fields. Bug [bugs:/info/2026-07-06T13:01:41Z | 2026-07-06T13:01:41Z]. More... 11 days ago
Fix an OOB read that could occur in RBU when using a state db with corrupt contents. Bug [bugs:/info/2026-07-06T13:02:00Z | 2026-07-06T13:02:00Z]. More... 11 days ago
Avoid a (harmless) 1-byte OOB read due to malformed inputs in the normalize.c extension. [bugs:/info/2026-07-06T13:02:37Z|Bug 2026-07-06T13:02:37Z] More... 11 days ago
Return an error if a patchset is passed to sqlite3rebaser_configure(). This was causing a buffer overread. Bug reported by Owais Lone (thesecguy). More... 11 days ago