Fixed
- SQLite job completion, rescue, and full-update paths now serialize timestamps using River's standard millisecond format instead of relying on database driver serialization, preventing inconsistent timestamp representations from being persisted. PR #1353
- SQLite drivers now return a non-nil empty
JobRow.Errorsslice for jobs without errors, matching the behavior of PostgreSQL drivers and ensuring the field serializes to[]instead ofnull. PR #1354.