sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

fix(sqlite): Fix ADD COLUMN without typename

Open dvob opened this issue 1 year ago • 0 comments

Use type name 'any' for ALTER TABLE t1 ADD COLUMN c1 where no type name for c1 is provided. This is the same logic as for CREATE TABLE.

Fixes #3375

dvob avatar May 12 '24 12:05 dvob