0c0cacbe7c
Replace bufio.Scanner with bufio.Reader.ReadLine() which gracefully skips lines exceeding the buffer (isPrefix=true) instead of failing. Fixes validation of Immich's PostgreSQL dump which contains COPY lines with binary-encoded image data exceeding the 256KB scanner limit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>