node-postgres/lib
Homme Zwaagstra 21b597ef17 All errors are now instances of the built in Error class
This is a fix for issue #50. It alters both the native binding and the
javascript binding to ensure that any errors returned by Postgresql
are returned to the client code as instances of the built in Error
class.

The test code has been updated to assert that this is the case. Rather
than run some individual tests the updated test code ensures this is
the case for *all* errors encountered during a test run.
2011-09-22 12:36:12 +01:00
..
native ability to pause/resume drain event for long-running async transactions 2011-08-29 23:43:36 -05:00
client.js ability to pause/resume drain event for long-running async transactions 2011-08-29 23:43:36 -05:00
connection.js All errors are now instances of the built in Error class 2011-09-22 12:36:12 +01:00
defaults.js configurable idle timeout on pooled clients 2011-08-11 21:52:29 -05:00
index.js cleanup code 2011-08-29 22:48:17 -05:00
query.js fix gh#36 2011-07-12 23:08:16 -05:00
result.js result of query contains metadata about query execution 2011-01-19 00:35:32 -06:00
types.js move functions to increase readability 2011-08-29 22:52:16 -05:00
utils.js remove custom pool code 2011-08-11 21:30:10 -05:00
writer.js fix writing empty string to buffer. closes gh-39 2011-07-20 15:32:47 -05:00