node-postgres/test/unit
Andrew Dunstan ed015f9b58 Fix Unix domain socket setting.
This code was misconceived in that the host parameter for a Unix
domain socket connection must point to the directory containing
the socket, and not to the socket itself. Libpq will look for
the socket based on the host and port settings. See
<http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS>
2013-02-23 11:11:44 -05:00
..
client replace space by %20 in connection string before passing to url.parse 2013-01-24 20:05:55 -05:00
connection force utf-8 encoding on connect 2013-01-29 20:19:38 -06:00
connection-parameters Fix Unix domain socket setting. 2013-02-23 11:11:44 -05:00
copystream write messages for assertions 2013-01-06 12:06:27 -06:00
pool integrate new pool into existing codebase 2013-02-20 16:08:48 -06:00
test-helper.js add failing test for #130 2012-05-30 22:40:49 -05:00
utils-tests.js use ConnectionParameters with native bindings and remove unused util functions 2013-01-22 23:23:47 -06:00
writer-tests.js fix writing empty string to buffer. closes gh-39 2011-07-20 15:32:47 -05:00