fix(db): materialise the rating list before updating #6
Reference in New Issue
Block a user
Delete Branch "benvin/fix-rating-levels-pg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MigrateRatingLevels issued an ExecuteUpdate while the SELECT DISTINCT reader was still open on the same connection. SQLite tolerates that, Npgsql does not, so the AppInitialisation stage aborted before any schema migration committed and every PostgreSQL instance crash-looped on startup.