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?