node-postgres/lib/native
Brian C b1b2801c71 Add onFailure to query#then (#1082)
The promise adapter I had implemented wasn't spec compliant: it didn't accept both `onSuccess` and `onFailure` in the call to `query#then`.  This subtly broke yield & async/await because they both rely on `onError` being passed into `Promise#then`.  The pool was also not returning the promise after a client was acquired, which broke awaiting on `pool.connect` - this is also fixed now.
2016-07-19 10:16:48 -05:00
..
index.js Resolve merge conflict in PR #1041 (#1065) 2016-06-24 10:56:43 -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