node-postgres/lib
Magnus Hiie 197f86f90d Fix ECONNRESET error emitted after failed connect (#1230)
On Windows, after a connect attempt has failed, an error event with
ECONNRESET is emitted after the real connect error is propagated to the
connect callback, because the connection is not in ending state
(connection._ending) where ECONNRESET is ignored. This change ends the
connection when connect has failed.

This fixes #746.
2017-03-20 12:01:41 -05:00
..
native Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00
client.js Fix ECONNRESET error emitted after failed connect (#1230) 2017-03-20 12:01:41 -05:00
connection-parameters.js changed for self signed ssl support (#1072) 2016-07-10 16:26:36 -05:00
connection.js Avoid infinite loop on malformed message (#1208) 2017-02-21 11:19:03 -06:00
defaults.js parse int8[] (#1152) 2016-12-16 09:44:19 -06: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 Fix throw in type parsers when in prepared statement (#1242) 2017-03-09 15:05:26 -06: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 Remove confusing conditions (#1159) 2016-12-13 07:50:07 -06:00