Commit 9b97430
Fix charset validation context handling and enum regression
- Use WithContext pattern to preserve *sql.Context type for enum validation
- Add ellipses truncation test case for long invalid byte sequences
- Clean up overbloated comments to focus on why vs what
- Ensure both charset and enum validation work with MySQL compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 6be4633 commit 9b97430
File tree
4 files changed
+15
-8
lines changed- enginetest/queries
- sql
- rowexec
- types
4 files changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7162 | 7162 | | |
7163 | 7163 | | |
7164 | 7164 | | |
| 7165 | + | |
| 7166 | + | |
| 7167 | + | |
| 7168 | + | |
7165 | 7169 | | |
7166 | 7170 | | |
7167 | 7171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| 190 | + | |
| 191 | + | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
518 | 517 | | |
519 | 518 | | |
520 | 519 | | |
| |||
526 | 525 | | |
527 | 526 | | |
528 | 527 | | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
533 | | - | |
534 | | - | |
| 532 | + | |
| 533 | + | |
535 | 534 | | |
536 | 535 | | |
537 | 536 | | |
| |||
0 commit comments