Changelog Report

Total number of change sets: 1

Changes between 2005-10-15 and 2005-11-14

Total Commits: 11 Total Number of Files Changed: 44

Date Author File/Message
2005-11-13 17:13:50 Thomas Fischer

/db/torque/runtime/trunk/xdocs/changes.xml v 333042

/db/torque/runtime/trunk/xdocs/tutorial/step1.xml v 333042

/db/torque/runtime/trunk/xdocs/tutorial/step3.xml v 333042

/db/torque/runtime/trunk/xdocs/tutorial/step4.xml v 333042

/db/torque/runtime/trunk/xdocs/tutorial/step6.xml v 333042

/db/torque/runtime/trunk/xdocs/user-guide.xml v 333042

Added Greg Monroe and Hilco Wijbenga as contributors 3.2-rc3 everywhere
2005-11-13 09:23:11 Thomas Fischer

/db/torque/runtime/trunk/xdocs/download.xml v 332949

/db/torque/runtime/trunk/xdocs/status.xml v 332949

Removed download and status pages. They are no longer referenced from the navigation and have moved to the site directory.
2005-11-12 17:20:10 Thomas Fischer

/db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDerby.java v 332796

/db/torque/runtime/trunk/xdocs/changes.xml v 332796

/db/torque/runtime/trunk/xdocs/index.xml v 332796

/db/torque/test/trunk/profile/derby/Torque.properties v 332796

/db/torque/test/trunk/profile/derby/project.properties v 332796

/db/torque/test/trunk/profile/derby/project.xml v 332796

/db/torque/test/trunk/test-project/src/java/org/apache/torque/DataTest.java v 332796

Fixed limit and offset for Derby Derby is now marked as officially supported added some fixes in the runtimetest for Derby
2005-11-12 12:43:26 Thomas Fischer

/db/torque/runtime/trunk/xdocs/changes.xml v 332759

/db/torque/templates/trunk/src/templates/doc/html/table.vm v 332759

added hyperlinks to foreign keys in the documentation which point to the referenced table. Thanks for Hilco Wijbenga for an early version of the patch.
2005-11-12 12:15:21 Thomas Fischer

/db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java v 332758

/db/torque/runtime/trunk/src/test/org/apache/torque/util/CriteriaTest.java v 332758

/db/torque/runtime/trunk/xdocs/changes.xml v 332758

Scott's fix for TRQS321. Criteria is now serializable, and has an improved equals() method and a hashCode() method. Thanks to Martin Goulet for an early version of the patch.
2005-11-05 14:59:18 Thomas Fischer

/db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueJDBCTransformTask.java v 331000

/db/torque/runtime/trunk/xdocs/changes.xml v 331000

Added support for the scale attribute in the JDBCTransformTask. Thanks to Hilco Wijbenga for the patch
2005-10-23 21:51:13 Thomas Fischer

/db/torque/runtime/trunk/xdocs/changes.xml v 327847

/db/torque/templates/trunk/src/templates/om/Object.vm v 327847

/db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm v 327847

/db/torque/templates/trunk/src/templates/om/bean/Bean.vm v 327847

/db/torque/templates/trunk/src/templates/om/bean/ObjectBeanImports.vm v 327847

/db/torque/templates/trunk/src/templates/om/bean/ObjectBeanMethods.vm v 327847

/db/torque/test/trunk/test-project/src/schema/ext-schema.xml v 327847

Added additional imports for foreign keys which are defined in a different package. Changed the runtimetest to test the correct behaviour. Fixes TRQS325. Thanks to Robert Dietrick for the patch.
2005-10-23 20:28:20 Thomas Fischer

/db/torque/generator/trunk/src/conf/default.properties v 327832

/db/torque/maven-plugin/trunk/plugin.properties v 327832

/db/torque/runtime/trunk/xdocs/changes.xml v 327832

/db/torque/templates/trunk/src/templates/om/Control.vm v 327832

define subpackage defaults in the properties files of the mavem plugin and the ant build instead of in the templates
2005-10-19 22:36:03 Thomas Fischer

/db/torque/runtime/trunk/src/java/org/apache/torque/TorqueInstance.java v 326694

/db/torque/runtime/trunk/src/test/TurbineResources.properties v 326694

/db/torque/runtime/trunk/src/test/org/apache/torque/TorqueInstanceTest.java v 326694

/db/torque/runtime/trunk/xdocs/changes.xml v 326694

The Data Source Key "default" is now again mapped to the default data source. A test case is added to check that the behaviouris retained in the future. Fixes TRQS322.
2005-10-18 22:35:33 Thomas Fischer

/db/torque/generator/trunk/src/java/org/apache/torque/engine/database/model/Column.java v 326224

/db/torque/runtime/trunk/src/java/org/apache/torque/map/ColumnMap.java v 326224

/db/torque/runtime/trunk/src/java/org/apache/torque/map/TableMap.java v 326224

/db/torque/runtime/trunk/xdocs/changes.xml v 326224

/db/torque/templates/trunk/src/templates/om/MapBuilder.vm v 326224

/db/torque/test/trunk/test-project/src/schema/test-schema.xml v 326224

The generator now builds the MapBuilders such that the columns of the TableMap contain the correct size and scale as provided in the schema.xml. Fixes TRQS323. Thanks to Greg Monroe for the patch.
2005-10-17 21:39:07 Thomas Fischer

/db/torque/runtime/trunk/xdocs/tutorial/step2.xml v 325965

Put book table at the end of the schema.xml in order to have all tables declared to which foreign keys exist Thanks to Jean T. Anderson for pointing out the problem