We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2300445 commit ed9a33dCopy full SHA for ed9a33d
test/integration/client/json-type-parsing-tests.js
@@ -7,7 +7,7 @@ pool.connect(assert.success(function (client, done) {
7
if (!jsonSupported) {
8
console.log('skip json test on older versions of postgres');
9
done();
10
- return helper.pg.end();
+ return pool.end();
11
}
12
client.query('CREATE TEMP TABLE stuff(id SERIAL PRIMARY KEY, data JSON)');
13
var value = { name: 'Brian', age: 250, alive: true, now: new Date() };
0 commit comments