node-postgres/lib
Brian C 2fd9c77085 Make Query & NativeQuery implement the promise interface (#1047)
* Make Query & NativeQuery implement the promise interface

* Fix test

* Use older node API for checking listener length

* Do not test for promises on node@v0.10.0
2016-06-10 17:18:19 -05:00
..
native Make Query & NativeQuery implement the promise interface (#1047) 2016-06-10 17:18:19 -05:00
client.js Use Buffer concatenation for binary data instead of binary strings. Fixes Node.js v6.0.0 breakage. (#1001) 2016-04-27 13:52:28 -05:00
connection-parameters.js Support for defaults.connectionString (#910) 2016-06-07 16:09:22 -05:00
connection.js Fix byte representation of CancelRequest message 2016-03-09 16:13:54 -08:00
defaults.js Support for defaults.connectionString (#910) 2016-06-07 16:09:22 -05:00
index.js pg.native returns null if pg-native is missing (#950) 2016-06-07 16:02:07 -05:00
pool.js Adding returnToHead in clientConfig param (#1007) 2016-06-07 16:05:55 -05:00
query.js Make Query & NativeQuery implement the promise interface (#1047) 2016-06-10 17:18:19 -05:00
result.js Support querying tables with column names with multiple apostrophes (issue #934). Includes integration test. 2016-02-10 20:52:43 +00:00
type-overrides.js Moved type override code into a new class. 2014-12-03 11:00:27 -06:00
utils.js Proper error message for undefined where options (#1022) 2016-06-07 16:04:52 -05:00