At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 420
revision-id:mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
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
| Thread |
|---|
| • Rev 420: Added TODO file. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 23 Jan |