Files
Jim BassoandClaude Opus 4.8 2ce89fa490
Build & Push Docker image / test (push) Successful in 47s
Build & Push Docker image / docker (push) Successful in 1m19s
Fix SQLite crash: don't ORDER BY DateTimeOffset
SQLite can't translate ORDER BY on DateTimeOffset columns, so loading the
wishlists/invites pages threw NotSupportedException. Order by the autoincrement
Id (same newest-first result) instead. Add a regression test that exercises the
owned/shared list queries against SQLite.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-06-11 15:36:28 -05:00
..