node-postgres/test/unit
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 #608 from gurjeet/misc_unit_test_improvements 2014-07-06 19:25:27 -04:00
connection bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00
connection-parameters Merge branch 'pull/326' 2014-02-26 06:10:15 -06:00
pool Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00
test-helper.js add failing test for #130 2012-05-30 22:40:49 -05:00
utils-tests.js add option to parse input Dates as UTC 2016-02-23 17:02:08 -08:00