[PATCH TORQUE-3.1.1] Name Boolean/boolan getters correctly for generated objects

2004-08-20 Thread Henning Schmiedehausen
Hi Scott, I know that you are close to the 3.1.1 release of Torque but I would really want you to consider the attached patch. It changes the generation of the Getter and Setter methods in the Object.vm and Peer.vm to ask the Column. The column object gets two additional getters, called getGetter

Re: Documentation updates, patches, moving towards a 3.1.1 release

2004-08-20 Thread David Zverina
I am not really sure how to get a patch into CVS but I'd really like to get this fix in. It ensures that torque honours the adapter setting instead of second guessing the user. This means it will work when the driver setting is not what it expects. Eg. if using com.mysql driver instead for org.gjtm

[SOURCE] Issue #TRQS224 - Syntax error in Torque generated code for PK of Type By...

2004-08-20 Thread Tarlika Elisabeth Schmitz
You can view the issue detail at the following URL: http://nagoya.apache.org/scarab/issues/id/TRQS224 Type Defect Issue ID TRQS224 (Syntax error in Torque generated code for PK of Type Byte/byte) Reported by Tarlika Elisabeth Schmitz tarlika ([EMAIL PROTECTED]) New issue details: -

[DB Torque Wiki] Updated: PostgreSQLFAQ

2004-08-20 Thread torque-dev
Date: 2004-08-20T07:07:03 Editor: ScottEade <[EMAIL PROTECTED]> Wiki: DB Torque Wiki Page: PostgreSQLFAQ URL: http://wiki.apache.org/db-torque/PostgreSQLFAQ no comment Change Log: -- @@ -99,10 +99,12 @@

RE: Documentation updates, patches, moving towards a 3.1.1 release

2004-08-20 Thread Damien Corbishley
I guess I've posted this far too late, I've only just got back from hols... Are we way off having the number of rows affected by an update / delete being returned? Or at least made accessible? I know the village code returns the count, but the Base classes just don't store it anywhere. Damien

[DB Torque Wiki] Updated: PostgreSQLFAQ

2004-08-20 Thread torque-dev
Date: 2004-08-20T05:14:45 Editor: ScottEade <[EMAIL PROTECTED]> Wiki: DB Torque Wiki Page: PostgreSQLFAQ URL: http://wiki.apache.org/db-torque/PostgreSQLFAQ no comment Change Log: -- @@ -6,6 +6,8 @@

Documentation updates, patches, moving towards a 3.1.1 release

2004-08-20 Thread Scott Eade
[Intentional cross-posting] Just so you all know the Torque documentation has had an extensive update in the last few days, in particular the Tutorial (the source of much confusion since the 3.1 release separated the Torque runtime from the generator) has been brought up to date. If anybody spo

cvs commit: db-torque/xdocs changes.xml

2004-08-20 Thread seade
seade 2004/08/20 04:48:47 Modified:src/generator/src/templates/sql/base/postgresql drop.vm table.vm xdocschanges.xml Removed: src/generator/src/templates/sql/base/postgresql sequence.vm Log: Generate sequences correctly for PostgreSQ

cvs commit: db-torque/src/generator/src/templates/sql/base/mssql drop.vm

2004-08-20 Thread seade
seade 2004/08/20 04:47:19 Modified:src/generator/src/templates/sql/base/hypersonic Tag: TORQUE_3_1_BRANCH drop.vm src/generator/src/templates/sql/base/postgresql Tag: TORQUE_3_1_BRANCH table.vm drop.vm xdocs