Skip to content

refactor(store): normalize timestamp ordering in _put_commit_row

45fe064
Select commit
Loading
Failed to load commit list.
Closed

refactor(store): normalize timestamp ordering in _put_commit_row #10

refactor(store): normalize timestamp ordering in _put_commit_row
45fe064
Select commit
Loading
Failed to load commit list.
DS-Review / DS-Review failed May 5, 2026 in 0s

DS-Review completed

The PR reorders timestamp columns in the INSERT value tuple without matching the column list, causing accessed_at and claimed_at values to be swapped. This corrupts both timestamps on every row write.