node-postgres/test/integration/gh-issues
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
..
130-tests.js Use connection configuration consistently in tests 2015-12-04 15:41:11 +00:00
131-tests.js Fix exception caused by column names with single quotes 2014-01-22 08:38:29 -06:00
199-tests.js Add regression test for #199 2014-10-20 00:21:16 -04:00
507-tests.js Fix exception caused by column names with single quotes 2014-01-22 08:38:29 -06:00
600-tests.js Fix issue with parsed statement cache timing - closes #665 2014-10-21 13:50:49 -04:00
675-tests.js Use connection configuration consistently in tests 2015-12-04 15:41:11 +00:00
699-tests.js Use connection configuration consistently in tests 2015-12-04 15:41:11 +00:00
787-tests.js Add warning for native bindings 2015-06-07 10:20:48 -04:00
882-tests.js Respond to emptyQuery with a sync message 2015-08-01 18:51:49 -05:00
981-tests.js Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00