1 message in com.mysql.lists.ndb-connectorsRev 420: Added TODO file. in http://...| From | Sent On | Attachments |
|---|---|---|
| Monty Taylor | 22 Jan 2008 16:30 |
| Subject: | Rev 420: Added TODO file. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel![]() |
|---|---|
| From: | Monty Taylor (mtay...@mysql.com) |
| Date: | 01/22/2008 04:30:32 PM |
| List: | com.mysql.lists.ndb-connectors |
At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------ revno: 420 revision-id:mtay...@mysql.com-20080123003038-watki0ai5y6b4k27 parent: mtay...@mysql.com-20080123003013-vuv1iytzvxs4fh7w committer: Monty Taylor <mtay...@mysql.com> branch nick: devel timestamp: Tue 2008-01-22 19:30:38 -0500 message: Added TODO file. Added ChangeLog to .bzrignore. added: TODO todo-20080123002932-s73epptnq03oibph-1 modified: .bzrignore bzrignore-20070227185147-qqkzlz6d3jh97cex-1 === modified file '.bzrignore' --- a/.bzrignore 2007-10-27 00:01:05 +0000 +++ b/.bzrignore 2008-01-23 00:30:38 +0000 @@ -132,3 +132,4 @@ php/.deps testndbapi/.deps stamp-h1 +ChangeLog
=== added file 'TODO' --- a/TODO 1970-01-01 00:00:00 +0000 +++ b/TODO 2008-01-23 00:30:38 +0000 @@ -0,0 +1,45 @@ +version 1: + + port hugo tests from ndbapi to ndb/j + + fully document ndb/j (move ndbapi docs to DynamicDocs) + + Finish implementing java.sql.ResultSet vJDBC3 + + change NdbResultSet.get* impl to get the right kind of object from + the cluster + + finish build system make distcheck + +version 2 (all languages mgmapi released) + + finish implementing ResultSet JDBC4 + + implement java.sql.Transaction (XA support in NDB kernel) + + implement jcache + + implement NdbRecord + + push mgmpp and other C++ code into NDB API + +All languages v1: + + port and pass hugo tests + + language differences documented + +C# v1: + + implement mgmapi events as events/delegates + + +Assumptions: + + it is good to support more than one language + + when swig produces code that isn't what we want, we should fix swig and + send in patches + + ndb/connectors already exists as a community product, we don't want to + change workflow in anyway that will cause it to be less so




