Go to file
sneak 05b5c2b528 fix SQLite database locking issues
- Use tx.QueryRow instead of db.QueryRow within transaction for media table check
- Switch to WAL mode instead of OFF for better concurrency handling
- Add busy_timeout pragma to wait up to 5 seconds if database is locked
- Clear transaction variable after commit to prevent defer rollback issues
2026-02-12 13:40:58 -08:00
cmd/bsdaily date range 2026-02-11 03:01:48 -08:00
internal/bsdaily fix SQLite database locking issues 2026-02-12 13:40:58 -08:00
go.mod support targeting specific date 2026-02-09 01:18:16 -08:00
go.sum support targeting specific date 2026-02-09 01:18:16 -08:00
schema.sql initial 2026-02-09 00:42:06 -08:00