[jira] Updated: (TORQUE-71) custom velocity renderer to have nicely trimmed generated code

2006-12-05 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-71?page=all ] Thoralf Rickert updated TORQUE-71: -- Attachment: patch.txt Okay, here is a first patch. I didn't test it, because I don't have a suitable test environment. What I did was to change the

Torque 4.0 - Add delete() / loadByPk(...) methods to Record object

2006-12-05 Thread Greg Monroe
I've often thought it would be nice for the generated record object to have a delete() and loadByPk() methods. It would help simplify a lot of code. Of course the loadByPK method would only be added if there is a primary key. And if there are multiple primary keys, the method sig. would

Re: Torque 4.0 plan

2006-12-05 Thread Henning P. Schmiedehausen
Thomas Vandahl [EMAIL PROTECTED] writes: Another piece of advice that I learned from a project that I'm involved with: Don't. Decide on *one* build, embrace it wholeheartedly and ditch everything else. Else you will get project built with foo jars, project built with bar jars and project built

svn commit: r482872 - in /db/torque: site/trunk/xdocs/ templates/trunk/src/templates/om/

2006-12-05 Thread gmonroe
Author: gmonroe Date: Tue Dec 5 19:14:18 2006 New Revision: 482872 URL: http://svn.apache.org/viewvc?view=revrev=482872 Log: Fixed template package references that caused bad code to be generated if non-default packages where used. Modified: db/torque/site/trunk/xdocs/changes.xml

svn commit: r482880 - in /db/torque: generator/trunk/src/java/org/apache/torque/engine/database/model/SizedForBitDataDomain.java generator/trunk/src/java/org/apache/torque/engine/platform/PlatformDerb

2006-12-05 Thread gmonroe
Author: gmonroe Date: Tue Dec 5 19:55:24 2006 New Revision: 482880 URL: http://svn.apache.org/viewvc?view=revrev=482880 Log: Added a new Generator model Domain subclass called SizedForBitDataDomain to support the DB2/Derby CHAR/VARCHAR (size) AS BIT DATA format. Improved Derby generator

svn commit: r482888 - in /db/torque/templates/trunk/src/templates/om: MapBuilder.vm Object.vm ObjectWithManager.vm

2006-12-05 Thread gmonroe
Author: gmonroe Date: Tue Dec 5 20:26:34 2006 New Revision: 482888 URL: http://svn.apache.org/viewvc?view=revrev=482888 Log: Fixed formatting errors caused by converting tabs to spaces with tabstops at 8 rather than 4. Modified: db/torque/templates/trunk/src/templates/om/MapBuilder.vm

[jira] Created: (TORQUE-72) Beans should not require torque.objectIsCaching = true setting to create all complexModel methods.

2006-12-05 Thread CG Monroe (JIRA)
Beans should not require torque.objectIsCaching = true setting to create all complexModel methods. -- Key: TORQUE-72 URL: