Commit Graph

504 Commits

Author SHA1 Message Date
brianc
4aa4443505 Makefile cleanup 2010-12-24 20:22:15 -06:00
brianc
1ad45f71e7 slight makefile refactoring 2010-12-24 20:09:55 -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
Brian Carlson
509564f976 version bump 2010-12-19 16:43:37 -06:00
Brian Carlson
7d2b24235c version bump 2010-12-19 16:42:52 -06:00
brianc
7a646dee89 readme tweaks 2010-12-19 15:25:05 -06:00
brianc
6ee24c55e7 readme tweak 2010-12-19 15:22:22 -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
1bf617ddad added 'contributors' section to readme 2010-12-19 14:22:56 -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
31cf38c576 Added vim swap files to the .gitignore 2010-12-19 09:42:34 +00:00
Julian Birch
721cf56eb3 Rows are now associative arrays rather than straight arrays. 2010-12-19 09:41:11 +00:00
brianc
4cfe69fde3 Merge branch 'master' of https://github.com/brianc/node-postgres 2010-12-18 14:51:52 -06:00
brianc
4bda436b2b added test for transactions 2010-12-18 14:50:30 -06:00
Brian Carlson
1237db1f4a version bump 2010-12-17 00:09:21 -06:00
Brian Carlson
55f84924f2 query errors passed to a query callback function are considered handled 2010-12-16 23:50:36 -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
e6e643ac6d commented out logging statements 2010-12-14 21:21:28 -06:00
Brian Carlson
f89e9c4bb0 made require statement work with older versions of node 2010-12-14 19:57:26 -06:00
Brian Carlson
87deb16611 updated readme 2010-12-14 19:37:09 -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
f34470db41 version bump 2010-12-14 12:25:11 -06:00
Brian Carlson
6ef45e84fe removed test exception 2010-12-13 23:28:30 -06:00
Brian Carlson
8f6ca815e9 version bump 2010-12-13 20:01:32 -06:00
Brian Carlson
d1a2cbb1fc added connection pooling to features list 2010-12-13 18:26:02 -06:00
Brian Carlson
a23be1d085 remove empty row tests 2010-12-13 18:25:08 -06:00
Brian Carlson
1c8c8c971e remove row.js file (not used as of now) 2010-12-13 17:24:23 -06:00
Brian Carlson
0e03b875af remove references to unused 'row' object 2010-12-13 17:24:05 -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
Brian Carlson
0d7936f7ae removing connection pooling until it is finished and tested 2010-12-13 10:35:54 -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
Darwin
0249d60604 fixed bug related to parseInt bug, leading 0 is interpreated in a fucked upp way 2010-12-11 12:03:29 +01:00
Brian Carlson
ab13d0c1eb initial crack at connection pooling -- still dirty 2010-12-10 17:32:34 -06:00
Brian Carlson
5a87972983 remove active query reference when client drains 2010-12-10 16:56:10 -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
f0a04a7e79 readme tweaks 2010-12-03 09:46:22 -06:00
Brian Carlson
53d4fa9b9c added licence to readme and deleted stand alone license file 2010-12-02 18:03:32 -06:00
Brian Carlson
176c5827e5 version bump to first beta 2010-12-02 18:02:11 -06:00
Brian Carlson
9eab426793 updated docs to reflect new api 2010-12-02 18:01:30 -06:00
Brian Carlson
a13a59b706 Merge branch 'master' of https://github.com/brianc/node-postgres 2010-12-02 17:49:24 -06:00
Brian Carlson
d4ac9b4024 make 'assert.calls' short circuit on function call 2010-12-02 17:48:39 -06:00