Commit 786eab0
Fix test failures and auto-increment handling for empty INSERT VALUES
- Fix SHOW CREATE TABLE keyless test to expect DEFAULT NULL for nullable columns
- Fix DESCRIBE/SHOW COLUMNS tests to expect "NULL" string for Default column
- Allow auto-increment columns to work with empty VALUES () tuples
- Extend empty VALUES handling to all tuples in mixed INSERT statements
- Update test error expectations to use correct ErrColValCountMismatch type
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 0540edb commit 786eab0
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3136 | 3136 | | |
3137 | 3137 | | |
3138 | 3138 | | |
3139 | | - | |
| 3139 | + | |
3140 | 3140 | | |
3141 | 3141 | | |
3142 | 3142 | | |
3143 | | - | |
| 3143 | + | |
3144 | 3144 | | |
3145 | 3145 | | |
3146 | 3146 | | |
3147 | | - | |
| 3147 | + | |
3148 | 3148 | | |
3149 | 3149 | | |
3150 | 3150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10462 | 10462 | | |
10463 | 10463 | | |
10464 | 10464 | | |
10465 | | - | |
10466 | | - | |
| 10465 | + | |
| 10466 | + | |
10467 | 10467 | | |
10468 | 10468 | | |
10469 | 10469 | | |
10470 | 10470 | | |
10471 | 10471 | | |
10472 | | - | |
10473 | | - | |
| 10472 | + | |
| 10473 | + | |
10474 | 10474 | | |
10475 | 10475 | | |
10476 | 10476 | | |
10477 | 10477 | | |
10478 | 10478 | | |
10479 | | - | |
10480 | | - | |
| 10479 | + | |
| 10480 | + | |
10481 | 10481 | | |
10482 | 10482 | | |
10483 | 10483 | | |
10484 | 10484 | | |
10485 | 10485 | | |
10486 | | - | |
| 10486 | + | |
10487 | 10487 | | |
10488 | 10488 | | |
10489 | 10489 | | |
| |||
0 commit comments