From deb83dd911bb74f289d33f782d5865fe71dd0974 Mon Sep 17 00:00:00 2001 From: brianc Date: Thu, 28 Oct 2010 17:18:15 -0700 Subject: [PATCH] Create 'Todo' page. --- Todo.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Todo.md diff --git a/Todo.md b/Todo.md new file mode 100644 index 0000000..40a9943 --- /dev/null +++ b/Todo.md @@ -0,0 +1,22 @@ + - 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 + - simple queries + - bound commands + - edge cases + - [numeric 'NaN' result](http://www.postgresql.org/docs/8.4/static/datatype-numeric.html) + - float Infinity, -Infinity + - 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