node-postgres/test/unit/connection-parameters
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
..
creation-tests.js Fix Unix domain socket setting. 2013-02-23 11:11:44 -05:00
environment-variable-tests.js remove node-tap 2013-01-20 19:42:40 -06:00