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
Fix CREATE TABLE AS SELECT to add implicit DEFAULT NULL
- Added logic to add DEFAULT NULL for nullable columns in CREATE TABLE AS SELECT
- This ensures SHOW CREATE TABLE output matches MySQL behavior for computed columns
- Fixed 3 CREATE TABLE test failures
- Reduced FAIL count from 674 to 673
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments