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
|
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 |
|
Brian Carlson
|
0f0f59c12f
|
initial experiment with libpq bindings
|
2011-02-18 11:38:47 -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
|
2029248dbe
|
edge case millisecond parsing fixed
|
2011-01-23 23:58:03 -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 |
|
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
|
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
|
c93b76fb15
|
support adding header packet to remove final buffer.copy call
|
2011-01-14 15:19:10 -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 |
|
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 |
|
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
|
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
|
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 |
|
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 |
|
Brian Carlson
|
55f84924f2
|
query errors passed to a query callback function are considered handled
|
2010-12-16 23:50:36 -06:00 |
|
Brian Carlson
|
e6e643ac6d
|
commented out logging statements
|
2010-12-14 21:21:28 -06:00 |
|
Brian Carlson
|
6ef45e84fe
|
removed test exception
|
2010-12-13 23:28:30 -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
|
0d7936f7ae
|
removing connection pooling until it is finished and tested
|
2010-12-13 10:35:54 -06: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
|
169c6dc3ce
|
Pool object for use in connection pooling
|
2010-12-09 18:10:42 -06:00 |
|
Brian Carlson
|
f0291d30d7
|
nested query and streamlined api working
|
2010-12-02 17:47:54 -06:00 |
|