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 mv...@apache.org on 2005/12/19 18:46:44 UTC

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

Author: mvdb
Date: Mon Dec 19 09:46:29 2005
New Revision: 357733

URL: http://svn.apache.org/viewcvs?rev=357733&view=rev
Log:
Add ToDo.

Modified:
    db/ddlutils/trunk/ToDo.txt

Modified: db/ddlutils/trunk/ToDo.txt
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/ToDo.txt?rev=357733&r1=357732&r2=357733&view=diff
==============================================================================
--- db/ddlutils/trunk/ToDo.txt (original)
+++ db/ddlutils/trunk/ToDo.txt Mon Dec 19 09:46:29 2005
@@ -28,4 +28,5 @@
 * 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)
\ No newline at end of file
+  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.