You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2006/01/01 21:28:44 UTC

svn commit: r360547 - /db/ddlutils/trunk/ToDo.txt

Author: tomdz
Date: Sun Jan  1 12:28:41 2006
New Revision: 360547

URL: http://svn.apache.org/viewcvs?rev=360547&view=rev
Log:
Updated ToDo list

Modified:
    db/ddlutils/trunk/ToDo.txt

Modified: db/ddlutils/trunk/ToDo.txt
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/ToDo.txt?rev=360547&r1=360546&r2=360547&view=diff
==============================================================================
--- db/ddlutils/trunk/ToDo.txt (original)
+++ db/ddlutils/trunk/ToDo.txt Sun Jan  1 12:28:41 2006
@@ -1,8 +1,5 @@
 List of things to be done for the next version of DdlUtils:
 
-* Fix Javadoc errors
-* Enhance doc:
-    - How to use DdlUtils in code
 * Separate generation of alter statements for an existing databases from the reading
   of the model from the existing database to allow for alter statement generation with two
   database models without having to connect to the database and thus allow for testing the
@@ -10,7 +7,6 @@
 * Add unit tests for:
     - SQL generation (including alteration)
     - Roundtrip (database specific)
-* Replace usage of java.util.regex with some alternative that is Java 1.3 (1.2 ?) compatible
 * Add support for chosing the character set (ASCII, UNICODE) if the database supports it
   (perhaps a more generic configuration mechanism for overriding defaults)
 * Add the ability to configure the datatype mapping (ant task, API)
@@ -25,8 +21,12 @@
   type at all
 * It would be helpful if the platform impl check the length of user-supplied identifiers (table names,
   column names, fk names, index names) before any SQL is send to the database
-* Add check for databases that only support one auto-increment field (eg. MySQL, HsqlDb, McKoi)
 * Add ability to specify the sorting direction of an index-column (ascending/descending) - this is at least supported in Derby
 * Rather than dropping the indices/foreign keys that are at the current table, it would be better to simply drop any
   of the constraints/triggers connected to a table (if that is possible)
-* Have a look at http://www.h2database.com/. The h2 is HyperSonic2, with a completely new codebase.
+* Add support for:
+  - One$DB (http://www.daffodildb.com/one-dollar-db.html)
+  - H2 (http://www.h2database.com)
+  - SQLite
+  - Caché
+  - Ingres