-
Notifications
You must be signed in to change notification settings - Fork 1
Pull requests: Lab271/sqlite-rs
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: two Connections on one file in one process now lock against each other (#706)
#723
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: bump the file change counter and version-valid-for on commit (#710)
#722
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
chore(deps): bump taiki-e/install-action from 2.86.7 to 2.87.8
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#721
opened Sep 11, 2026 by
dependabot
Bot
Loading…
fix: by-name column access returns column1/column2 for joins and compounds (#709)
#720
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: SELECT ... FROM sqlite_master does not compile (#707)
#719
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: rowid is not selectable in a projection (#708)
#718
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: CREATE TABLE IF NOT EXISTS ignores its guard -- duplicate sqlite_master row + leaked page (#697)
#717
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: CREATE TABLE emits sqlite_autoindex_* for declared composite keys (#687)
#716
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: table-level PRIMARY KEY(col) rowid alias reads back NULL when the table has other columns (#686)
#715
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: 89 non-reserved keywords now work as identifiers (#696)
#714
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: a SQL comment before or after a statement is a parse error (#698)
#713
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
fix: number bare ? placeholders at parse time, in text order (found by SQE)
#712
opened Sep 11, 2026 by
dpsiderius
Contributor
Loading…
feat: the embedding API facade — Connection, Statement, Rows, Transaction (spec 013, all 8 requirements)
#705
opened Sep 10, 2026 by
dpsiderius
Contributor
Loading…
test: SQE's catalog as a consumer fixture family, and four ratchets it exposed (013/Req-6)
#704
opened Sep 10, 2026 by
dpsiderius
Contributor
Loading…
refactor: lift the SELECT compile pipeline out of the CLI into the library (#695)
#703
opened Sep 10, 2026 by
dpsiderius
Contributor
Loading…
feat: rows-changed counter, flagged by codegen rather than counted by the opcode (#692)
#694
opened Sep 4, 2026 by
dpsiderius
Contributor
Loading…
8 tasks done
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.