oguimbal / pgsql-ast-parser

Yet another simple Postgres SQL parser
304 stars 43 forks source link

data type: numeric(precision, scale) is not supported #125

Closed sijoonlee closed 1 year ago

sijoonlee commented 1 year ago

For example, below statement is not supported ALTER TABLE table_name ADD COLUMN IF NOT exists column_name numeric(13,2)

Thank you for your hard work!

oguimbal commented 1 year ago

Thanks !

I believe this is already fixed in the latest version :)