brianc
|
06585d6e2c
|
require 'util' instead of 'sys'
|
2011-10-10 19:40:52 -05:00 |
|
brianc
|
afe4382c63
|
change assert.length to assert.lengthIs
|
2011-10-10 19:21:06 -05:00 |
|
brianc
|
2835f25e3f
|
make booo's tests pass for the native client
|
2011-10-03 03:26:50 -05:00 |
|
booo
|
38f4b04140
|
error-handling-test: implemented some tests for the Client.prototype.connect with callback (#52)
|
2011-10-03 03:26:50 -05:00 |
|
brianc
|
f395ee646f
|
fix failing error handling tests
|
2011-07-10 13:34:25 -05:00 |
|
brianc
|
7fb6c430df
|
failing test (currently ignored) for pure js connection error handling
|
2011-06-02 07:28:05 -05:00 |
|
brianc
|
94f670590f
|
support for connecting via hostname with native bindings (using node async dns lookup instead of sync libpq dns)
|
2011-05-05 19:13:43 -05:00 |
|
brianc
|
3399352383
|
errors from libpq come back with appropriate data
|
2011-03-04 22:28:40 +00:00 |
|
brianc
|
d38ea0131f
|
passing more tests
|
2011-03-03 18:29:00 +00:00 |
|
Brian Carlson
|
6585f85d03
|
query object now emits query related errors, client object no longer
emits query related errors
|
2010-11-14 16:50:38 -06:00 |
|
brianc
|
d2079478da
|
change name of assert.raises to assert.emits
|
2010-10-31 14:43:10 -05:00 |
|
brianc
|
b5d02a995a
|
basic test for client error handling
|
2010-10-26 08:51:12 -05:00 |
|