Commit Graph

382 Commits

Author SHA1 Message Date
Brian Carlson
9a08f51a72 better printing of actual/expected buffers in error for visual compare 2011-01-14 15:18:56 -06:00
Brian Carlson
fd1dd95b43 version bump 2011-01-14 14:53:21 -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
f5fce3542b version bump 2011-01-10 16:31:27 -06:00
Brian Carlson
2027d09017 updated readme 2011-01-10 16:31:01 -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
a268711616 fix for bug, it has to do with how postgresql presents milisec.. it excludes the traling zeros. 2011-01-08 16:36:10 +01:00
Darwin
a811fcd069 test showing bug... 2011-01-08 16:34:47 +01:00
Brian Carlson
43aaa904f1 version bump 2011-01-01 10:59:21 -06:00
brianc
f13b0ba35c using same writer reference to improve performance 2011-01-01 12:40:45 -06: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
222fbffcfd writer#clear method 2011-01-01 11:33:50 -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
bf32d9520c internally change name from elasticbuffer to writer 2011-01-01 11:30:04 -06:00
brianc
0458e8981f swap writer for elasticbuffer for performance 2011-01-01 11:27:52 -06:00
brianc
cefe3ab019 benchmarks have nicer result printing 2010-12-30 21:45:16 -06:00
brianc
3ae435ca74 ignore .log files 2010-12-30 21:27:39 -06:00
brianc
7841712e91 simple v. prepared statement query benchmarks 2010-12-30 21:26:55 -06:00
brianc
62de2f4a02 added 'bench' task to makefile 2010-12-30 21:26:23 -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
66add6defc shortcut the join method for single buffer writers 2010-12-29 19:04:33 -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
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