Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions data/bugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,50 @@
"system": "DuckDB",
"resolution": "fixed"
},
{
"url": "https://sqlite.org/forum/info/7a308e933db9b702",
"title": "Incorrect use of collation sequences on non-PK columns of a WITHOUT ROWID table for row value comparison",
"created_at": "20/03/2026",
"closed_at": "20/03/2026",
"reported_by": "Axel Teo",
"domain": "dbms",
"system": "SQLite",
"resolution": "fixed",
"state": "closed"
},
{
"url": "https://sqlite.org/forum/info/5c0ce7ae01f92c99",
"title": "Incorrect skip-ahead optimization after modification to internal statistics table",
"created_at": "05/03/2026",
"closed_at": "05/03/2026",
"reported_by": "Axel Teo",
"domain": "dbms",
"system": "SQLite",
"resolution": "fixed",
"state": "closed"
},
{
"url": "https://sqlite.org/forum/info/6ceca07fc3ef868c",
"title": "Wrong collation used as part of a row-value comparison between columns with different collation sequences.",
"created_at": "26/01/2026",
"closed_at": "26/01/2026",
"reported_by": "Axel Teo",
"domain": "dbms",
"system": "SQLite",
"resolution": "fixed",
"state": "closed"
},
{
"url": "https://sqlite.org/forum/info/0b299630cbe94a2c",
"title": "Incorrect comparison optimization on collation sequences",
"created_at": "16/01/2026",
"closed_at": "16/01/2026",
"reported_by": "Axel Teo",
"domain": "dbms",
"system": "SQLite",
"resolution": "fixed",
"state": "closed"
},
{
"url": "https://www.sqlite.org/forum/info/fe8775443d482d60",
"title": "Wrong INNER JOIN result involving subquery containing PERCENT_RANK()",
Expand Down
Loading