Commit 33d7e60
Update charset validation tests to match MySQL error format
- Updated script_queries.go to expect MySQL-compatible error messages
- Updated enginetests.go prepared statement tests to expect MySQL-compatible format
- Changed from: "invalid string for charset utf8mb4: '[152 118 84 50 16]'"
- Changed to: "Incorrect string value: '\x98' for column 'c' at row 1"
- Tests now expect the correct MySQL error format as implemented in fix for #8893
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent bb88881 commit 33d7e60
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4501 | 4501 | | |
4502 | 4502 | | |
4503 | 4503 | | |
4504 | | - | |
| 4504 | + | |
4505 | 4505 | | |
4506 | 4506 | | |
4507 | 4507 | | |
4508 | 4508 | | |
4509 | 4509 | | |
4510 | 4510 | | |
4511 | | - | |
| 4511 | + | |
4512 | 4512 | | |
4513 | 4513 | | |
4514 | 4514 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7532 | 7532 | | |
7533 | 7533 | | |
7534 | 7534 | | |
7535 | | - | |
| 7535 | + | |
7536 | 7536 | | |
7537 | 7537 | | |
7538 | 7538 | | |
7539 | | - | |
| 7539 | + | |
7540 | 7540 | | |
7541 | 7541 | | |
7542 | 7542 | | |
7543 | | - | |
| 7543 | + | |
7544 | 7544 | | |
7545 | 7545 | | |
7546 | 7546 | | |
| |||
0 commit comments