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
Improve charset validation test to focus on customer scenario
Replace overly complex customer scenario simulation with a focused test
that directly addresses the customer's issue from #8893:
- Test inserting latin1-encoded "DoltLab®" into utf8mb4 column
- Verify error shows column name (not "<unknown>")
- Demonstrate non-strict mode migration solution
- Confirm data truncation and queryability
The test is now concise (5 assertions vs 12) and specifically validates
the customer's problem and our fix.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments