oguimbal / pgsql-ast-parser

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

Add support for alter type command #144

Closed boblauer closed 11 months ago

boblauer commented 1 year ago

Fixes https://github.com/oguimbal/pgsql-ast-parser/issues/95

I'm not entirely sure I got this completely right. I've never worked with nearley templates before but based on the tests, I'm confident that I am fairly close.

oguimbal commented 11 months ago

released as pgsql-ast-parser@12.0.0 thanks for the PR, and sorry for the wait !