node-postgres/lib/native
Brian M. Carlson b5b49eb895 Add deprecations
This adds deprecations in preparation for `pg@7.0`

- deprecate using event emitters on automatically created results from client.query.
- deprecate query.promise() - it should never have been a public method and it's not documented. I need to do better about using _ prefix on private methods in the future.
- deprecate singleton pool on the `pg` object. `pg.connect`, `pg.end`, and `pg.cancel`.
2017-06-19 16:00:37 -05:00
..
index.js Add deprecations 2017-06-19 16:00:37 -05:00
query.js Add deprecations 2017-06-19 16:00:37 -05:00
result.js s/2016/2017/ (#1291) 2017-05-17 16:47:07 -05:00