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: correct ALTER TABLE ADD IDENTITY column generation
- Remove duplicate 'GENERATED' and 'AS IDENTITY' text in AT_AddIdentity case
- Fix sequence name formatting to use 'SEQUENCE NAME schema.table' format
- Handle NO MINVALUE/NO MAXVALUE cases when arg is null in CONSTR_IDENTITY
- Fixes __tests__/kitchen-sink/original-alter-alter-table-column.test.ts
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments