node-postgres/lib
brianc 683d636501 better handling of client stream termination
1. Pass an error to an active query if the client is ended while a query is in progress.
2. actually emit 'end' event on the client when the stream ends
3. do not emit an error from native bindings if lasterror is null
2013-03-28 13:24:33 -05:00
..
native better handling of client stream termination 2013-03-28 13:24:33 -05:00
types Fix parsing of numeric[], previously returning array of ints 2013-03-14 10:06:46 +01:00
client.js better handling of client stream termination 2013-03-28 13:24:33 -05:00
connection-parameters.js Fix Unix domain socket setting. 2013-02-23 11:11:44 -05:00
connection.js better handling of client stream termination 2013-03-28 13:24:33 -05:00
copystream.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
defaults.js ability to hide deprecation warnings 2013-03-07 10:01:14 -06:00
deprecate.js deprecate pauseDrain/resumeDrain & auto-releasing client pool 2013-03-07 09:47:04 -06:00
index.js move type conversion related code under sub-folder 2013-03-06 08:57:38 -06:00
pool.js ability to hide deprecation warnings 2013-03-07 10:01:14 -06:00
query.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
result.js clean up prototype shorthand 2013-03-06 08:48:52 -06:00
utils.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
writer.js clean up prototype shorthand 2013-03-06 08:48:52 -06:00