node-postgres/test/unit/client
Gurjeet Singh ef40b6f3e9 Re-add the test for SELECT tag; I was wrong in my assumption.
Postgres generally does not emit a SELECT tag after a SELECT query, but
it does emit that tag after a CREATE TABLE x AS SELECT query.

Example:

postgres=# create table t as select 1;
SELECT 1
2014-06-22 08:19:26 -04:00
..
cleartext-password-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
configuration-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
connection-string-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
early-disconnect-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
escape-tests.js Move string escaping tests to proper locations. 2013-07-15 09:13:48 -05:00
md5-password-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
notification-tests.js Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -04:00
prepared-statement-tests.js Update a test to pass. 2014-06-17 09:15:14 -04:00
query-queue-tests.js remove pauseDrain/resumeDrain 2013-03-07 16:12:09 -06:00
result-metadata-tests.js Re-add the test for SELECT tag; I was wrong in my assumption. 2014-06-22 08:19:26 -04:00
simple-query-tests.js Fix typos in simple-query-tests.js 2012-08-19 12:20:48 -07:00
stream-and-query-error-interaction-tests.js Have stream emit 'close' rather than 'end' for sake of testing 2014-04-04 16:11:44 +02:00
test-helper.js unit/client/test-helper: removed unnecessary parameters for client.connect() 2011-10-03 03:26:49 -05:00