node-postgres/lib
Brian C a536afb1a8 Add callback to client#end (#1106)
A long standing bug was the pure JS client didn't accept or call a callback on `client.end`.  This is inconsistent with both the documentation & general node patterns.

This fixes the issue & adds a test.  The issue did not exist in the native version of the client.
2016-08-11 10:17:03 -05:00
..
native Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00
client.js Add callback to client#end (#1106) 2016-08-11 10:17:03 -05:00
connection-parameters.js changed for self signed ssl support (#1072) 2016-07-10 16:26:36 -05:00
connection.js Add callback to client#end (#1106) 2016-08-11 10:17:03 -05:00
defaults.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -05:00
index.js Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00
pool-factory.js Fix native constructor and pool exports (#1061) 2016-06-24 00:52:28 -05:00
query.js Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00
result.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -05:00
type-overrides.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -05:00
utils.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -05:00