node-postgres/test/unit
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
..
client Re-add the test for SELECT tag; I was wrong in my assumption. 2014-06-22 08:19:26 -04:00
connection bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00
connection-parameters Merge branch 'pull/326' 2014-02-26 06:10:15 -06:00
copystream write messages for assertions 2013-01-06 12:06:27 -06:00
pool count reuse of each connection as client.poolCount 2014-04-25 13:10:16 +08:00
test-helper.js add failing test for #130 2012-05-30 22:40:49 -05:00
utils-tests.js pass prepareValue hook to toPostgres 2014-04-03 10:28:02 -04:00