Brian Carlson
|
fe74b91041
|
removed references to 'connection' in client integration tests
|
2011-02-22 19:16:05 -06:00 |
|
brianc
|
daa370a610
|
move some query listener delegation to client
|
2011-02-04 19:03:23 -06:00 |
|
Brian Carlson
|
2029248dbe
|
edge case millisecond parsing fixed
|
2011-01-23 23:58:03 -06:00 |
|
Brian Carlson
|
2e3dee254f
|
failing test for the elusive milisecond parsing bug
|
2011-01-23 22:19:55 -06:00 |
|
Brian Carlson
|
79c5faf547
|
first pass at array type conversion
|
2011-01-21 16:53:24 -06:00 |
|
Brian Carlson
|
1aa8880c25
|
fixed asserter for success
|
2011-01-21 16:53:17 -06:00 |
|
Brian Carlson
|
3fd8d3f853
|
helper function to test for query successes
|
2011-01-21 15:13:58 -06:00 |
|
brianc
|
56ba2567ce
|
result of query contains metadata about query execution
|
2011-01-19 00:35:32 -06:00 |
|
Brian Carlson
|
31b5f82ad0
|
initial implementation of providing command execution results
|
2011-01-18 23:03:24 -06:00 |
|
Brian Carlson
|
fcd1fd563b
|
add failing tests for missing query result metadata
|
2011-01-18 22:37:37 -06:00 |
|
Brian Carlson
|
41add49925
|
failing test for multiple calls of callback when multiple commands are executed
|
2011-01-18 22:20:23 -06:00 |
|
Brian Carlson
|
c93b76fb15
|
support adding header packet to remove final buffer.copy call
|
2011-01-14 15:19:10 -06:00 |
|
Brian Carlson
|
9a08f51a72
|
better printing of actual/expected buffers in error for visual compare
|
2011-01-14 15:18:56 -06:00 |
|
Brian Carlson
|
3500154d2a
|
writer's buffer resize no longer dies when item byteLength > 2x buffer length
|
2011-01-14 14:52:16 -06:00 |
|
Brian Carlson
|
25398def4d
|
no longer ignore millisecond integration test
|
2011-01-10 16:26:48 -06:00 |
|
Darwin
|
7fcfbd8bb0
|
.
|
2011-01-08 16:41:48 +01:00 |
|
Darwin
|
a811fcd069
|
test showing bug...
|
2011-01-08 16:34:47 +01:00 |
|
brianc
|
eb3e4ca3ab
|
writer#addString
|
2011-01-01 12:36:26 -06:00 |
|
brianc
|
99086cf4bf
|
Writer#flush
|
2011-01-01 11:51:33 -06:00 |
|
brianc
|
905207dff8
|
failing test for 'clear'
|
2011-01-01 11:32:59 -06:00 |
|
brianc
|
6f37062a11
|
remove duplicate class definition in test file
|
2011-01-01 11:31:53 -06:00 |
|
brianc
|
c724ea276d
|
ElasticBuffer now has same public interface as old Writer
|
2010-12-29 20:51:18 -06:00 |
|
brianc
|
dd1e291ef3
|
resize internal buffer on cstring
|
2010-12-29 20:33:36 -06:00 |
|
brianc
|
ee35bd8a78
|
cstring adding
|
2010-12-29 20:30:49 -06:00 |
|
brianc
|
e93cb644e8
|
starting working on faster buffer writer
|
2010-12-29 20:27:58 -06:00 |
|
brianc
|
51d922f3e1
|
a connection string without all settings no longer causes client
constructor to throw error
|
2010-12-28 10:44:33 -06:00 |
|
brianc
|
28bbbf9087
|
modified connection info for invalid connection test to use localhost
in order to avoid long timeouts in dns
|
2010-12-24 20:01:11 -06:00 |
|
brianc
|
7dc89cec04
|
made integration tests die faster when they cannot connect to the database
|
2010-12-19 15:12:51 -06:00 |
|
brianc
|
c0f37e1468
|
don't print out args on every test run
|
2010-12-19 14:52:26 -06:00 |
|
brianc
|
eec75ea871
|
die on client/query errors in integration tests
|
2010-12-19 14:49:14 -06:00 |
|
brianc
|
49f5da8f02
|
make the test name printing an option via the "verbose" command line argument
|
2010-12-19 14:46:43 -06:00 |
|
brianc
|
ac92b4a8e6
|
Merge branch 'master' of https://github.com/JulianBirch/node-postgres into JulianBirch-master
|
2010-12-19 14:16:33 -06:00 |
|
Julian Birch
|
721cf56eb3
|
Rows are now associative arrays rather than straight arrays.
|
2010-12-19 09:41:11 +00:00 |
|
brianc
|
4bda436b2b
|
added test for transactions
|
2010-12-18 14:50:30 -06:00 |
|
Brian Carlson
|
9281ff9860
|
failing test for query errors not being trapped in callback
|
2010-12-16 23:48:58 -06:00 |
|
Brian Carlson
|
f89e9c4bb0
|
made require statement work with older versions of node
|
2010-12-14 19:57:26 -06:00 |
|
Brian Carlson
|
26b28a7565
|
added test for ending multiple connection pools at once
|
2010-12-14 19:30:32 -06:00 |
|
Brian Carlson
|
fb463923d8
|
test refactoring
|
2010-12-14 19:23:01 -06:00 |
|
Brian Carlson
|
af997d914b
|
refactored test execution to use makefile
integration tests all running in the same process were stepping on eachother. each test file is now run within its own node process
|
2010-12-14 18:50:18 -06:00 |
|
Brian Carlson
|
a23be1d085
|
remove empty row tests
|
2010-12-13 18:25:08 -06:00 |
|
Brian Carlson
|
b3e56afea2
|
initial working connection pool implementation & tests
|
2010-12-13 17:21:40 -06:00 |
|
Brian Carlson
|
618c268788
|
pass sink up the chain
|
2010-12-13 17:21:09 -06:00 |
|
Brian Carlson
|
70f8b998d8
|
added sink object for testing async long running query pool
|
2010-12-13 17:20:51 -06:00 |
|
Darwin
|
8ba010b0fe
|
fixed bug related to parseInt bug, leading 0 is interpreated in a fucked upp way
|
2010-12-11 12:07:05 +01:00 |
|
Brian Carlson
|
ab13d0c1eb
|
initial crack at connection pooling -- still dirty
|
2010-12-10 17:32:34 -06:00 |
|
Brian Carlson
|
0d03db5d28
|
added assert.isNull
|
2010-12-09 20:53:59 -06:00 |
|
Brian Carlson
|
10a244ae4c
|
made timeout lenght of assert.calls configurable and made tests die
sooner on error
|
2010-12-09 20:50:19 -06:00 |
|
Brian Carlson
|
169c6dc3ce
|
Pool object for use in connection pooling
|
2010-12-09 18:10:42 -06:00 |
|
Brian Carlson
|
d4ac9b4024
|
make 'assert.calls' short circuit on function call
|
2010-12-02 17:48:39 -06:00 |
|
Brian Carlson
|
f0291d30d7
|
nested query and streamlined api working
|
2010-12-02 17:47:54 -06:00 |
|