Client API suggestion

Updated Todo (markdown)
pshc 2010-11-01 17:10:30 -07:00
parent 0af4c4ed27
commit b728ea8167

@ -7,6 +7,7 @@
- some way to return number of rows inserted/updated etc
(supported in protocol and handled in __Connection__ but not sure
where on the __Client__ api to add this functionality)
- how about ```query.on('end', function (numUpdated) { ... });``` ?
- Error handling
- disconnection, removal of listeners on errors
- passing errors to callbacks?