a8bd44a6ec
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. |
||
---|---|---|
.. | ||
130-tests.js | ||
131-tests.js | ||
199-tests.js | ||
507-tests.js | ||
600-tests.js | ||
675-tests.js | ||
699-tests.js | ||
787-tests.js | ||
882-tests.js | ||
981-tests.js |