Commit 31f88b9
Fix generated column INSERT validation logic
- Moved generated column validation to only apply to empty VALUES() tuples
- Allows INSERT INTO table VALUES (value, DEFAULT) for generated columns
- Fixed TestGeneratedColumns by allowing explicit DEFAULT values
- This was preventing valid INSERT statements with DEFAULT for generated columns
- Reduced FAIL count from 681 to 674
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6f293c0 commit 31f88b9
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
90 | 86 | | |
91 | 87 | | |
92 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments