Commit 803b097
Enhance TypeAwareConversion to handle blob types for consistent SET/ENUM casting
- Extend TypeAwareConversion to handle IsBlobType in addition to IsTextOnly
- Use TypeAwareConversion consistently for both CHAR and BINARY conversions
- Remove direct ConvertToCollatedString call in binary conversion
- Update function documentation to reflect blob type support
- Simplify convertValue logic by using unified conversion approach
This ensures SET/ENUM types are converted properly for all string and binary
target types through a single, consistent code path.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 752fbd3 commit 803b097
2 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
| 283 | + | |
285 | 284 | | |
286 | 285 | | |
287 | 286 | | |
| |||
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
| 295 | + | |
300 | 296 | | |
301 | 297 | | |
302 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| |||
0 commit comments