refactor(store): normalize timestamp ordering in _put_commit_row #10
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.
Loading