pg-query-parser
pg-query-parser copied to clipboard
PostgreSQL Query Parser for Node.js
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I was using this Package on my previous mac book pro 2016 with an intel chipset. It was working without any error. Now I upgraded my laptop with Apple M1...
In Postgres 13, you can say EXECUTE FUNCTION instead of EXECUTE PROCEDURE in CREATE TRIGGER. The two keywords are equivalent > https://www.postgresql.org/docs/13/sql-createtrigger.html > In the syntax of CREATE TRIGGER, the...
It’s not complete, but has a lot more functionality than before. I implemented ``` CreateStmt ConstraintStmt Constraint ReferenceConstraint ExclusionConstraint FunctionParameter CreateFunctionStmt CreateSchemaStmt TransactionStmt ``` On a high level you can...
First of all, thank you for this project. Deparcer function has been developed in a good way. As far as I know, there is no documentation for the JSON parsed...
Hi, just wondering whether this project is still active before sending pull requests?
There is a bug in the `deparse` function when outputting an Alias that has `colnames`. It doesn't properly quote the alias name and the column names: The fix is to...
I know there's an open issue asking if this package is being maintained, but this issue will be to simply document the high priority vulnerability of a dependency of this...
Now that PostgreSQL 12 is nearly in beta, it'd be great to support at least PostgreSQL 11.
Documentation says that errors are in `error` property of the result, but I see only `stderr`?