Commit 7d60064
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 ecfde20 commit 7d60064
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 | |
|---|---|---|---|
| |||
7140 | 7140 | | |
7141 | 7141 | | |
7142 | 7142 | | |
7143 | | - | |
| 7143 | + | |
7144 | 7144 | | |
7145 | 7145 | | |
7146 | 7146 | | |
7147 | | - | |
| 7147 | + | |
7148 | 7148 | | |
7149 | 7149 | | |
7150 | 7150 | | |
7151 | | - | |
| 7151 | + | |
7152 | 7152 | | |
7153 | 7153 | | |
7154 | 7154 | | |
| |||
0 commit comments