From b728ea8167630da93812e68435d0abc5d423dc5c Mon Sep 17 00:00:00 2001 From: pshc Date: Mon, 1 Nov 2010 17:10:30 -0700 Subject: [PATCH] Client API suggestion Updated Todo (markdown) --- Todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Todo.md b/Todo.md index c42da41..51faf42 100644 --- a/Todo.md +++ b/Todo.md @@ -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?