You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PR review comments - correct table charset specification and add multibyte test
1. Fix table charset specification to use table-level charset instead of column-level
2. Add test case for UTF-8 multibyte sequences to validate fix for b > asciiMax bug
- Tests é (0xC3 0xA9), € (0xE2 0x82 0xAC), 🍕 (0xF0 0x9F 0x8D 0x95) - all valid UTF-8 with bytes > 127
- Ensures the formatInvalidByteForError fix correctly handles multibyte sequences
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments