Commit Graph

425 Commits

Author SHA1 Message Date
brianc
b20b811867 Merge branch 'master' of https://github.com/brianc/node-postgres 2011-03-08 00:05:55 +00:00
brianc
a205f612eb modified to test larger and more frequent dataset 2011-03-07 19:15:27 -06:00
brianc
2cecd76dfe renamed test file to get picked up by automatic test running 2011-03-07 19:00:53 -06:00
Darwin
db72f684c9 added a test that triggers a bug i found, in my project i fixed the bug by making the query smaller (char count). 2011-03-07 12:59:57 +01:00
brianc
1cd1721f7f integration notification tests 2011-03-04 19:30:19 +00:00
brianc
ec158770f5 client emits notify message from connection 2011-03-03 22:44:31 -06:00
brianc
5459773b90 properly emit notice messages on client 2011-03-03 23:30:17 +00:00
bmc
c0ef5296c6 support for connecting via domain socket 2011-03-01 20:35:14 +00:00
bmc
9eed57be84 updated integration tests of defaults to test for new values 2011-03-01 20:28:44 +00:00
bmc
d5bd9c904a defaults changed to be more in line with libpq defaults 2011-03-01 20:13:04 +00:00
Brian Carlson
fe74b91041 removed references to 'connection' in client integration tests 2011-02-22 19:16:05 -06:00
Brian Carlson
c79b9e9136 version bump 2011-02-08 15:03:53 -06:00
Brian Carlson
5df80bfd80 fix readme typo 2011-02-08 14:11:25 -06:00
Brian Carlson
cfb8124bb4 updated readme with more tested versions of node 2011-02-08 14:10:01 -06:00
brianc
e4d1fcfad4 added large dataset benchmark 2011-02-04 23:16:22 -06:00
brianc
039c394cb1 make pulseQueryQueue explicitly private 2011-02-04 20:07:59 -06:00
brianc
4724444e3d move parseConnectionString utility function into utils 2011-02-04 20:06:52 -06:00
brianc
5496f3199e remove net.Stream references from client 2011-02-04 20:05:02 -06:00
brianc
0732ee215f readability refactoring 2011-02-04 20:03:41 -06:00
brianc
84e452e221 style cleanup 2011-02-04 19:45:30 -06:00
brianc
a5fce8eb7b query events for prepared statements are handled by client 2011-02-04 19:30:30 -06:00
brianc
99093b34c8 query events handled by client in simple query scenario 2011-02-04 19:15:57 -06:00
brianc
daa370a610 move some query listener delegation to client 2011-02-04 19:03:23 -06:00
brianc
426f30a962 started making listeners non-closure based 2011-02-04 18:51:34 -06:00
brianc
cb647935bb slight readability refactor 2011-02-04 18:51:23 -06:00
Brian Carlson
ab76f648b8 removed last Buffer.copy from outgoing packet construction 2011-01-27 09:40:07 -06:00
Brian Carlson
da34dab55e version bump v0.2.6 2011-01-24 00:01:09 -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
75b369f25a minor readability 2011-01-23 21:48:52 -06:00
Brian Carlson
fb4314fa00 refactorings, tweaks, and minor fixes to query 2011-01-23 19:01:28 -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
d81547d7c0 updated type list script 2011-01-21 16:53:07 -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
1aee4786a0 added result object 2011-01-18 22:39:07 -06:00
Brian Carlson
fcd1fd563b add failing tests for missing query result metadata 2011-01-18 22:37:37 -06:00
Brian Carlson
227d1a8749 query callback fired only once regardless of number of commandComplete messages recieved from backend 2011-01-18 22:23:03 -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
a7083d3bf7 changed test command in npm package to fix npm test pg 2011-01-18 11:00:47 -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
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