Date: 2004-12-21T04:23:30
Editor: ThomasFischer <[EMAIL PROTECTED]>
Wiki: DB Torque Wiki
Page: NextRelease
URL: http://wiki.apache.org/db-torque/NextRelease
moved "support for outer joins" to Section "planned for the next release -
done"
Change Log:
------------------------------------------------------------------------------
@@ -2,11 +2,14 @@
== Planned for the next release ==
+Note that development for the next release in CVS can be found under the
Branch TORQUE_3_1_BRANCH
+
* remove the old, deprecated and buggy !ConnectionPool - '''done'''
* drop support for idMethod = sequence | autoincrement - '''done'''
* 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 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)
@@ -34,17 +37,6 @@
* Allow override of native limit on the size of result set size. (ie. make it
possible to ''not'' use a rownum query for Oracle, TRQS187)
* Allow override of case insensitive sorting (using UPPER) on Strings
(TRQS188)
-
-----
- * Add support for outer joins
-
--- Don Vawter 2004-07-09
-
- * Most definitely! Any data layer would not be complete with this feature.
Patch TRQS219 takes care of this and should be integrated in the code base line.
- We use it extensively and have had no issue with it!
-
--- Martin Goulet 2004-12-21
-
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]