Commit e5e24a7
dolthub/dolt#9481 - Fix auto_increment validation and test expectations
- Use existing types.Is*() functions instead of vitess constants
- Fix blob test expectations (column names were incorrect)
- Comprehensive validation matches MySQL behavior exactly
- All 22 data types tested: 8 valid, 14 invalid with proper errors
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent b26af40 commit e5e24a7
File tree
2 files changed
+24
-38
lines changed- enginetest/queries
- sql/analyzer
2 files changed
+24
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8219 | 8219 | | |
8220 | 8220 | | |
8221 | 8221 | | |
8222 | | - | |
| 8222 | + | |
8223 | 8223 | | |
8224 | 8224 | | |
8225 | 8225 | | |
8226 | | - | |
| 8226 | + | |
8227 | 8227 | | |
8228 | 8228 | | |
8229 | 8229 | | |
8230 | | - | |
| 8230 | + | |
8231 | 8231 | | |
8232 | 8232 | | |
8233 | 8233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
792 | 790 | | |
793 | 791 | | |
794 | 792 | | |
795 | | - | |
| 793 | + | |
| 794 | + | |
796 | 795 | | |
797 | 796 | | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
822 | 800 | | |
823 | | - | |
824 | | - | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | | - | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
831 | 805 | | |
832 | 806 | | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
833 | 819 | | |
834 | 820 | | |
835 | 821 | | |
| |||
0 commit comments