Skip to content
mdornseif edited this page Dec 24, 2010 · 13 revisions
  • Typed result set support in client
  • 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)
      • how about query.on('end', function (numUpdated) { ... }); ?
      • or as a third parameter to the callback client.query(query, function (err, result, numUpdated) { ...?
  • Error handling
    • disconnection, removal of listeners on errors
    • passing errors to callbacks?
  • remove teste dependency on script/create-test-tables.js?
  • more integration testing
  • connection pooling
  • done copy data?
  • testing transactions
Clone this wiki locally