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 4f1fef5 commit 45a5142Copy full SHA for 45a5142
test/integration/client/api-tests.js
@@ -5,9 +5,6 @@ if(helper.args.native) {
5
pg = require(__dirname + '/../../../lib').native;
6
}
7
8
-if(helper.args.libpq) {
9
- pg = require(__dirname + "/../../../lib/binding");
10
-}
11
var connectionString = helper.connectionString(__filename);
12
13
var log = function() {
0 commit comments