Commit Graph

21 Commits

Author SHA1 Message Date
Alexander Sulfrian
f698ed4459 use config dict in all test
instead of the connection string use the config dict in all tests to
be able to specify things like binary mode
2011-11-22 05:00:54 +01:00
brianc
675bb5204c remove final assert.length 2011-10-10 20:37:08 -05:00
brianc
4cb97a2b9e switch to node-pool from custom client pool 2011-08-11 20:59:56 -05:00
Brian Carlson
2836c8b64d native connection failures gracefully emit error from libpq 2011-04-14 22:38:55 -05:00
bmc
47591d677b callback api working 2011-03-01 19:51:25 +00:00
brianc
ded6c05ed6 callback api failures 2011-02-28 23:09:09 -06:00
brianc
128dbcb84c failing test for simple query with callback 2011-02-28 22:59:54 -06:00
brianc
3594ab5185 quick support for integer parameters 2011-02-28 22:57:29 -06:00
bmc
8c7083207a string based parameterized statements working 2011-03-01 01:49:02 +00:00
brianc
ba1c6cf8cf spacing 2011-02-24 22:09:36 -06:00
brianc
567446e090 error tests 2011-02-24 22:06:19 -06:00
brianc
b7c3db5f32 error test 2011-02-24 21:50:17 -06:00
brianc
f4ca716b93 throw exception when passing non-string to query 2011-02-24 21:44:03 -06:00
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
c321151325 cleaned up file structure & improved evented query api compat 2011-02-23 20:02:51 -06:00