node-postgres/test/integration
Brian C a8bd44a6ec Requiring native bindings polutes 'global' (#984)
There was some nasty global-ish variable reference updating happening when the native module 'initializes' after its require with `require('pg').native`

This fixes the issue by making sure both `require('pg')` and `require('pg').native` each initialize their own context in isolation and no weird global-ish references are used & subsequently stomped on.
2016-04-08 18:46:10 -05:00
..
client Merge pull request #935 from jkgeyti/master 2016-02-15 11:50:00 -05:00
connection do not abuse label as comment in test-case 2014-04-16 19:02:54 +02:00
connection-pool Fix max connection tests 2014-10-07 00:47:35 -04:00
gh-issues Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00
domain-tests.js Add domain support to connection pool 2014-03-15 16:41:33 -05:00
test-helper.js fix tests for postgres >= v9.2.0 2013-04-17 09:26:31 -05:00