node-postgres/lib
Dorian Johnson eb7b15c623 Fix byte representation of CancelRequest message
I noticed that query cancellation was not working when connecting through pgbouncer,
even though it worked fine when directly connected. This is because we're appending an
extra null byte, and pgbouncer is strict about the packet length.
(per http://www.postgresql.org/docs/9.1/static/protocol-message-formats.html)

This removes the extraneous byte, which fixes cancellation against pgbouncer.
2016-03-09 16:13:54 -08:00
..
native Add function stub to native result to solve broken test 2016-02-12 13:38:38 +11:00
client.js Require statements break Browserify compatibility 2015-10-10 11:10:51 +02:00
connection-parameters.js Require statements break Browserify compatibility 2015-10-10 11:10:51 +02:00
connection.js Fix byte representation of CancelRequest message 2016-03-09 16:13:54 -08:00
defaults.js add option to parse input Dates as UTC 2016-02-23 17:02:08 -08:00
index.js Require statements break Browserify compatibility 2015-10-10 11:10:51 +02:00
pool.js Require statements break Browserify compatibility 2015-10-10 11:10:51 +02:00
query.js Require statements break Browserify compatibility 2015-10-10 11:10:51 +02: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 add option to parse input Dates as UTC 2016-02-23 17:02:08 -08:00