node-postgres/test/integration
brianc 6f8292435d Respond to emptyQuery with a sync message
When a __prepared statement__ has no body in the query the backend responds with an `emptyQuery` message but never with a `commandComplete` or `errorResponse` message.  The client was hanging forever waiting for one of the other two expected messages.  The server was hanging forever waiting for the client to respond with a `sync` message.  This change has the client send the required `sync` on receipt of an `emptyQuery` message when the query is a prepared statement.  Fixes #822
2015-08-01 18:51:49 -05:00
..
client Patch failing test until I have time to investigate 2015-03-01 19:22:18 -05:00
connection do not abuse label as comment in test-case 2014-04-16 19:02:54 +02:00
connection-pool Fix max connection tests 2014-10-07 00:47:35 -04:00
gh-issues Respond to emptyQuery with a sync message 2015-08-01 18:51:49 -05:00
domain-tests.js Add domain support to connection pool 2014-03-15 16:41:33 -05:00
test-helper.js fix tests for postgres >= v9.2.0 2013-04-17 09:26:31 -05:00