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 9a2d94e commit 5edc480Copy full SHA for 5edc480
scripts/protogen.js
@@ -1,5 +1,7 @@
1
const { exec } = require('child_process');
2
3
+// IMPORTANT — SEE ISSUE: https://github.com/launchql/libpg-query-node/issues/92
4
+
5
// Configuration Variables
6
const branchName = '17-6.1.0';
7
const protoUrl = `https://raw.githubusercontent.com/pganalyze/libpg_query/${branchName}/protobuf/pg_query.proto`;
0 commit comments