Commit Graph

664 Commits

Author SHA1 Message Date
brianc
cc2ff042ef failing test for parameterized queries 2011-02-24 21:33:54 -06:00
brianc
c58037b514 reduce max number of concurrent clients in stress test since it is
over the default
2011-02-24 21:19:48 -06:00
Brian Carlson
3233dba5ad Merge branch 'libpq' of https://github.com/brianc/node-postgres into libpq 2011-02-24 08:05:48 -06:00
Brian Carlson
2a5df5d7c5 added stress tests for native bindings 2011-02-23 23:11:13 -06:00
brianc
ca9b3cb2cd can pass config object to native query 2011-02-23 22:41:54 -06:00
Brian Carlson
569f760b5e updated test & makefile to be more in line with other uses 2011-02-23 20:19:27 -06:00
Brian Carlson
cda667df24 tests for PGRES_COMMAND_OKAY and multiple rows 2011-02-23 20:13:22 -06:00
Brian Carlson
1ee427ac4f handle PGRES_COMMAND_OK 2011-02-23 20:13:03 -06:00
Brian Carlson
c321151325 cleaned up file structure & improved evented query api compat 2011-02-23 20:02:51 -06:00
Brian Carlson
6a2adc1feb more api compat 2011-02-23 19:40:52 -06:00
Brian Carlson
7d05daaf2c removed some globals from tests 2011-02-23 19:50:43 -06:00
Brian Carlson
8fe4f85714 all simple query tests now passing 2011-02-23 19:15:16 -06:00
Brian Carlson
7b365ffc24 changed '--libpg true' flag to '--libpq true' 2011-02-23 18:45:39 -06:00
brianc
1f0206bc4f passed first existing integration test! 2011-02-23 00:20:01 -06:00
brianc
c945b9dffe remove some logging 2011-02-22 23:55:06 -06:00
brianc
b9296c54e2 remove debug logging 2011-02-22 23:55:00 -06:00
brianc
ce56fb6453 beginning of js Client compatible api 2011-02-22 23:52:25 -06:00
brianc
7f6a5082b2 added ugly 'build' task to makefile 2011-02-22 22:51:30 -06:00
brianc
edea8967d2 stage up the ability to run libpg based client integration tests 2011-02-22 22:48:51 -06:00
brianc
20e62cecbf renamed test file 2011-02-22 22:21:49 -06:00
brianc
fa416b470a connection tests pass 2011-02-22 22:20:47 -06:00
Brian Carlson
85ed22a16c small code cleanups 2011-02-22 19:32:26 -06:00
Brian Carlson
8e8352127a decrease emit timeout time 2011-02-22 19:32:18 -06:00
Brian Carlson
fe74b91041 removed references to 'connection' in client integration tests 2011-02-22 19:16:05 -06:00
brianc
d06f407c6c failing test for row results 2011-02-20 19:28:48 -06:00
brianc
67e56fe832 connection termination 2011-02-20 19:20:13 -06:00
brianc
93c1135389 connection raising error from libpq error 2011-02-20 17:09:52 -06:00
brianc
dde73c68d7 added test for failing connection 2011-02-20 16:53:34 -06:00
brianc
2e2aa0083b cleaned up source 2011-02-20 16:53:21 -06:00
brianc
55041fffc7 got building with new file structure 2011-02-20 16:41:32 -06:00
brianc
643164d2f0 some cleanup on the initial spike 2011-02-20 16:12:06 -06:00
brianc
1dfe510abe move spike test file and start new test directory 2011-02-20 16:05:50 -06:00
Brian Carlson
59d813c8b5 connection to postgres via libpq bindings successful 2011-02-19 09:24:46 -06:00
Brian Carlson
9eae25ab7e ignore binding artifacts 2011-02-18 11:39:02 -06:00
Brian Carlson
0f0f59c12f initial experiment with libpq bindings 2011-02-18 11:38:47 -06:00
Alexander Sulfrian
796b8dfadc added option for using the binary format 2011-02-14 16:42:04 +01:00
Alexander Sulfrian
a9e40a2d7d fix typo 2011-02-14 16:41:27 +01: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
Alexander Sulfrian
a0be34da39 corrected typo 2011-02-07 12:46:08 +01: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