We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d873646 commit 8bf1d4bCopy full SHA for 8bf1d4b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "libpg-query",
3
- "version": "13.2.5",
+ "version": "13.3.0",
4
"description": "The real PostgreSQL query parser",
5
"homepage": "https://github.com/pyramation/libpg-query-node",
6
"main": "index.js",
script/buildAddon.sh
#!/usr/bin/env bash
-commit=d1d0186b80c1fbf496265789af89da4e7ca890ab
+commit=1097b2c33e54a37c0d2c0f2d498c7d1cf967eae9
rDIR=$(pwd)
tmpDir=$(mktemp -d 2>/dev/null || mktemp -d -t 'tmpdir.XXXX')
0 commit comments