node-postgres/lib
kesavkolla 81d125fe18 Making a conditional check for type parser
The code is failing with pg-copy-streams.  The pg-copy-streams creates a query object but it doesn't have any _result.  Make the type parser an optional only when _result object available on query then only set the type parser.
2014-12-11 12:10:14 +05:30
..
native Moved type override code into a new class. 2014-12-03 11:00:27 -06:00
client.js Making a conditional check for type parser 2014-12-11 12:10:14 +05:30
connection-parameters.js switch to pg-connection-string module for parsing 2014-07-06 16:39:22 -07:00
connection.js Add Close/CloseComplete messages of wire protocol 2014-09-18 11:27:22 +02:00
defaults.js Break type parsing into separate module 2014-03-15 15:36:27 -05:00
index.js Make native bindings an optional install 2014-10-18 00:20:18 -04:00
pool.js Only call destroy on a client when it is not already being destroyed 2014-07-30 14:17:04 +02:00
query.js Merge with origin/master 2014-11-18 14:59:38 -05:00
result.js Implemented per-client type parser overrides. 2014-12-03 10:38:57 -06:00
type-overrides.js Moved type override code into a new class. 2014-12-03 11:00:27 -06:00
utils.js Removed various unused vars 2014-04-09 08:46:17 -04:00