node-postgres/lib
Ricky Ng-Adam 6216f6089f test to reproduce behavior of issue brianc/node-postgres#549
a fix was provided in 5079c1e0c41f431ac2e02c40ebd875d8fbb34004;
test is modeled on query-error-handling-tests.js;
test both kill query and disconnection on prepared statement execution;
make connection error string message consistent between native and non-native;
disable test server-side kill for native as it hangs;
sync can cause error to be emitted so we catch that;
we also move _ending state before _send is called.
2014-04-24 08:36:54 +08:00
..
native remove pause/resumeDrain functions from native code as disccued in issue #515 2014-04-16 19:10:49 +02:00
client.js test to reproduce behavior of issue brianc/node-postgres#549 2014-04-24 08:36:54 +08:00
connection-parameters.js Removed various unused vars 2014-04-09 08:46:17 -04:00
connection.js test to reproduce behavior of issue brianc/node-postgres#549 2014-04-24 08:36:54 +08:00
copystream.js Removed various unused vars 2014-04-09 08:46:17 -04:00
defaults.js Break type parsing into separate module 2014-03-15 15:36:27 -05:00
index.js from ended to end 2014-04-18 23:30:45 +08:00
pool.js Fix memory leak with domains 2014-04-12 00:29:44 -05:00
query.js Fix memory leak with domains 2014-04-12 00:29:44 -05:00
result.js Break type parsing into separate module 2014-03-15 15:36:27 -05:00
utils.js Removed various unused vars 2014-04-09 08:46:17 -04:00