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 generated column restriction and keyless table handling
- Remove overly restrictive generated column check that blocked valid DEFAULT usage
- Add nullable check for keyless table default value insertion
- Ensure INSERT INTO t VALUES (default) works correctly for tables with generated columns
0 commit comments