You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 <[email protected]>
0 commit comments