node-postgres/test
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
..
integration Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00
native Use strictEqual instead 2015-02-22 21:30:22 +01:00
unit Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00
buffer-list.js fix for strang \0 buffer encoding issue in node v0.3.0 2010-11-01 22:11:40 -04:00
cli.js Work towards more tests passing 2014-09-14 01:23:02 -04:00
test-buffers.js unit test for portal suspended 2010-11-14 17:44:36 -06:00
test-helper.js Do not consider a statement as prepared if it errors 2014-10-19 22:53:08 -04:00