node-postgres/test
Nikhil Benesch c41eedc3e0 properly prepare complex arrays
`arrayString` duplicated too much of `prepareValue`'s logic, and so
didn't receive bugfixes for handling dates with timestamps. Defer to
`prepareValue` whenever possible.

This change enforces double-quote escaping of all array elements,
regardless of whether escaping is necessary. This has the side-effect of
properly escaping JSON arrays.
2014-03-30 19:12:18 -04:00
..
integration Add domain support to connection pool 2014-03-15 16:41:33 -05:00
native Move string escaping tests to proper locations. 2013-07-15 09:13:48 -05:00
unit properly prepare complex arrays 2014-03-30 19:12:18 -04:00
buffer-list.js fix for strang \0 buffer encoding issue in node v0.3.0 2010-11-01 22:11:40 -04:00
cli.js down is used but isn't set 2013-08-31 12:23:17 +03:00
test-buffers.js unit test for portal suspended 2010-11-14 17:44:36 -06:00
test-helper.js utils-tests: add unit tests for prepareValue 2014-03-30 19:03:24 -04:00