openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
SQLite
Settings
|
Report Duplicate
1,475
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
1 day
ago.
Jul 16, 2025 — Jul 16, 2026
Showing page 1 of 2,483
Search / Filter on:
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.
D. Richard Hipp
More...
3 days ago
Remove harmless "breakpoint" command inserted by the previous check-in
D. Richard Hipp
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.
Dan Kennedy
More...
3 days ago
Add assert()s and a testcase() to and fix and improve comments in the percentSort() routine.
D. Richard Hipp
More...
4 days ago
Improve documentation for sqlite3_result_zeroblob64(). No changes to code.
D. Richard Hipp
More...
6 days ago
Improvements to the implementation of sqlite3_result_str() so that it has 100% mutation coverage.
D. Richard Hipp
More...
6 days ago
Minor change to the "weekday N" modifier in the date/time functions to facilitate 100% mutation test coverage.
D. Richard Hipp
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.
D. Richard Hipp
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].
Dan Kennedy
More...
8 days ago
In the sqlite3_rsync utility program, fix three defects identified by [bugs:/info/e2dfadf51209f12b|Bug e2dfadf51209f12b].
D. Richard Hipp
More...
8 days ago
Fix an incorrect free() call in the CLI on Windows when using the -A command-line option.
D. Richard Hipp
More...
9 days ago
Allow "ALTER TABLE ... DROP CONSTRAINT" to drop foreign key constraints.
Dan Kennedy
More...
9 days ago
Allow "ALTER TABLE ... DROP CONSTRAINT" to drop foreign key constraints.
Dan Kennedy
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.
D. Richard Hipp
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.
D. Richard Hipp
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.
D. Richard Hipp
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".
D. Richard Hipp
More...
10 days ago
Corrections to the mode matrix in the CLI
D. Richard Hipp
More...
10 days ago
Fix a problem with --rowcount found by Claude in code review.
D. Richard Hipp
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.
D. Richard Hipp
More...
10 days ago
Show --rowcount for "--style insert". New test cases.
D. Richard Hipp
More...
10 days ago
Continuing work on --rowcount and --title always.
D. Richard Hipp
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.
D. Richard Hipp
More...
11 days ago
Reduce divergence between ext/misc/fossildelta.c, the delta code in ext/rbu/sqlite3rbu.c, and Fossil itself.
D. Richard Hipp
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.
Dan Kennedy
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.
Dan Kennedy
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].
Dan Kennedy
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].
Dan Kennedy
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]
D. Richard Hipp
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).
Dan Kennedy
More...
11 days ago
←
1
2
3
4
5
6
7
8
9
…
2482
2483
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree