Commit dc73671
Add TODO for enum empty string test MySQL compatibility
The test works functionally but returns ErrIncompatibleDefaultType instead of
ErrInvalidColumnDefaultValue like MySQL does. Need to investigate why the
enum literal validator isn't being called for empty string defaults.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3d587cb commit dc73671
File tree
2 files changed
+3
-5
lines changed- enginetest/queries
- sql/analyzer
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8809 | 8809 | | |
8810 | 8810 | | |
8811 | 8811 | | |
8812 | | - | |
| 8812 | + | |
8813 | 8813 | | |
8814 | 8814 | | |
8815 | 8815 | | |
| 8816 | + | |
8816 | 8817 | | |
8817 | 8818 | | |
8818 | 8819 | | |
8819 | 8820 | | |
8820 | 8821 | | |
8821 | 8822 | | |
8822 | | - | |
| 8823 | + | |
8823 | 8824 | | |
8824 | 8825 | | |
8825 | 8826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | 311 | | |
315 | 312 | | |
316 | 313 | | |
| |||
0 commit comments