You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Stable newest-first ordering for created_at-sorted lists
created_at timestamps can tie under Windows' coarse clock when rows are
inserted in quick succession, making 'ORDER BY created_at DESC' ordering
arbitrary; rowid DESC breaks ties by insertion order.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments