node-postgres/test/integration/gh-issues
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
..
130-tests.js Fix exception caused by column names with single quotes 2014-01-22 08:38:29 -06:00
131-tests.js Fix exception caused by column names with single quotes 2014-01-22 08:38:29 -06:00
199-tests.js Add regression test for #199 2014-10-20 00:21:16 -04:00
507-tests.js Fix exception caused by column names with single quotes 2014-01-22 08:38:29 -06:00
600-tests.js Fix issue with parsed statement cache timing - closes #665 2014-10-21 13:50:49 -04:00
675-tests.js Fix for empty buffer segfault in native bindings 2014-11-10 23:29:15 -05:00
699-tests.js Fix test 2014-12-13 12:25:07 -05:00
787-tests.js Add warning for native bindings 2015-06-07 10:20:48 -04:00
882-tests.js Respond to emptyQuery with a sync message 2015-08-01 18:51:49 -05:00