oguimbal / pgsql-ast-parser

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

'SKIP LOCKED' and 'NOWAIT' are not supported #130

Closed arajski closed 1 year ago

arajski commented 1 year ago

Hi! As per title, the SKIP LOCKED and NOWAIT, used to handle locked records are currently not supported. PR is already up, so I'm open to discussions and reviews ;)

Spec: The Locking Clause Pull Request: https://github.com/oguimbal/pgsql-ast-parser/pull/129

oguimbal commented 1 year ago

released as pgsql-ast-parser@11.1.0