mmkal / pgkit

PostgreSQL🤝TypeScript monorepo. SQL client/admin UI/smart migrator/type generator/schema inspector

Home Page:https://pgkit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `pgsql-ast-parser` to support `SKIP LOCKED` and `NOWAIT` clauses

arajski opened this issue · comments

Hi!
pgsql-ast-parser is now supporting SKIP LOCKED and NOWAIT clauses in the latest release 11.1.0
It would be amazing if typegen was updated to use this version.
I'd be keen to write some tests for it if required.

fixed by #420
released in 0.15.0: npm github