Date: 2004-12-21T04:33:09
Editor: ScottEade <[EMAIL PROTECTED]>
Wiki: DB Torque Wiki
Page: NextRelease
URL: http://wiki.apache.org/db-torque/NextRelease
no comment
Change Log:
------------------------------------------------------------------------------
@@ -2,15 +2,15 @@
== Planned for the next release ==
-Note that development for the next release in CVS can be found under the
Branch TORQUE_3_1_BRANCH
+Note that development for the next release in CVS can be found under the
Branch TORQUE_3_1_BRANCH, but some of the items listed here have been done in
HEAD.
- * remove the old, deprecated and buggy !ConnectionPool - '''done'''
- * drop support for idMethod = sequence | autoincrement - '''done'''
+ * remove the old, deprecated and buggy !ConnectionPool - '''done''' HEAD
+ * drop support for idMethod = sequence | autoincrement - '''done''' HEAD
* move all db specific stuff from the generated classes to the base classes
(so you don't have to regenerate the modell for different dbs)
* improve the generated ojb model
- * add scale attribute for columns - '''done'''
- * Add support for outer joins - '''done'''
- * Add some basic schema support - '''done'''
+ * add scale attribute for columns - '''done''' HEAD
+ * Add support for outer joins - '''done''' TORQUE_3_1_BRANCH
+ * Add some basic schema support - '''done''' TORQUE_3_1_BRANCH
* add domain element to schema.xml (name, type, javaType, size, scale)
* the domains can be reused in any column
* this allows to map jdbc types to domains and solves the problem with
definitions like BIGINT = NUMBER (20, 0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]