Dan Lynch
Dan Lynch
@beeing I'm happy to! This one has a lot already, what are you adding? https://github.com/pyramation/pgsql-parser
just FYI https://github.com/pyramation/pgsql-parser is still active and I'm continuing to look at issues here for now and keeping the repo as a fork. Currently from NPM, looks like we're pretty...
@beeing updated. If you need to make issues: https://github.com/pyramation/pgsql-parser/issues
https://www.npmjs.com/advisories/803 I'm maintaining a fork that the community is using (https://github.com/pyramation/pgsql-parser) So this looks like `pg-query-native` would need to update node-gyp version?
@davidfetter I'm using 11.2, I'd switch to https://github.com/pyramation/pgsql-parser and see if it works for you?
@benny-medflyt it already is! https://www.npmjs.com/package/pgsql-parser `npm install pgsql-parser`
@benny-medflyt is this still an issue?
if it is, make a PR to my fork and I'll merge and publish https://github.com/pyramation/pgsql-parser
@benny-medflyt fixed: https://github.com/pyramation/pgsql-parser/commit/ec36490546712b9301b0ef4a87f7fdf46a7f9453
I have a solution that covers a lot of cases here: https://github.com/zhm/pg-query-parser/pull/9 still some work left, but it will probably help for most cases if anyone needs it :)