From 47b8656ed208d9043b5daa1910e4ef8a3c9d621f Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 1 Nov 2010 14:33:59 -0700 Subject: [PATCH] Updated Todo (markdown) --- Todo.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Todo.md b/Todo.md index 59f5d12..c42da41 100644 --- a/Todo.md +++ b/Todo.md @@ -1,21 +1,16 @@ - - Query results returned - - 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) - Typed result set support in client - date handling - edge cases - [numeric 'NaN' result](http://www.postgresql.org/docs/8.4/static/datatype-numeric.html) - float Infinity, -Infinity + - Query results returned + - 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) - Error handling - disconnection, removal of listeners on errors - passing errors to callbacks? - more integration testing - - bound command support in client - - type specification - - parameter specification - - transparent bound command caching? - - nice "cursor" (portal) api - connection pooling - copy data? - kiss the sky