Skip to content

Use sqlite3.Row#189

Merged
mxr merged 1 commit into
mainfrom
use-sqlite3-row
Apr 16, 2026
Merged

Use sqlite3.Row#189
mxr merged 1 commit into
mainfrom
use-sqlite3-row

Conversation

@mxr
Copy link
Copy Markdown
Owner

@mxr mxr commented Apr 15, 2026

problem

The sync path used a custom SQLite row factory even though sqlite3.Row already provides keyed row access, which added avoidable custom behavior and test scaffolding.

solution

Switch database connections and test fixtures to sqlite3.Row, and update the assertions to normalize real rows instead of depending on a custom row factory.

@mxr mxr marked this pull request as ready for review April 16, 2026 21:24
@mxr mxr merged commit c6b720b into main Apr 16, 2026
12 checks passed
@mxr mxr deleted the use-sqlite3-row branch April 16, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant