node-postgres/lib
za-creature c666b20287 Update connection-parameters.js
The current connection url handling fails when the password contains
encoded special characters: After the encodeURI, the special
characters from the password are double encoded, and the password is
rejected by postgres.

Proposed fix handles one level of double encoding, and while it
might break compatibility with passwords like "asdfg%77fgh" (which
would've been escaped to asdfg%2577fgh before this patch), I
strongly feel that maintaining backwards compatibility is in this
case less important than following standards and discouraging bad
coding practices.
2013-04-11 19:57:03 +03:00
..
native better handling of client stream termination 2013-03-28 13:24:33 -05:00
types merge branch v1.0 2013-04-04 11:51:55 -05:00
client.js var utils declared and not used 2013-04-05 17:46:23 +12:00
connection-parameters.js Update connection-parameters.js 2013-04-11 19:57:03 +03:00
connection.js increase speed of javascript parser ~5% 2013-04-08 19:04:17 -05:00
copystream.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
defaults.js remove deprecation warnings & deprecate lib 2013-03-17 14:51:57 -05:00
index.js move type conversion related code under sub-folder 2013-03-06 08:57:38 -06:00
pool.js remove deprecation warnings & deprecate lib 2013-03-17 14:51:57 -05:00
query.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00
result.js clean up prototype shorthand 2013-03-06 08:48:52 -06:00
utils.js normalize whitespace, add comments, and do a little house cleaning 2013-03-06 10:26:40 -06:00