node-postgres/test/unit
Gurjeet Singh 6530ce27fe Miscellaneous improvements in unit tests.
End statements with semicolons, to be consistent with the surrounding
code.

Added a new unit test to ensure environment variables are honored when
parsing a
connection string.

Added a TODO to cleanup a test that emits messages using console.log().

Correct a query's syntax. Looks like a good thing to do even though the
syntax
doesn't matter in mocked out tests.

Removed a test that tests for SELECT tags; AFAIK, SELECT commands don't
emit a
tag.
2014-06-15 17:33:23 -04:00
..
client Miscellaneous improvements in unit tests. 2014-06-15 17:33:23 -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