Re: [PATCH] Torque with hsqldb and referenced identity columns

2005-11-22 Thread Patrick Carl
Hi, my submitted patch broke the generated sql for hypersonic. After I was able to run the test project I found it out. But I was able to get it to work again, here's the patch description: Using hsqldb with id-method native columns creates columns defined with the constraint "IDENTITY". Thi

[SOURCE] Issue #TRQS330 modified

2005-11-22 Thread thomas fischer
You can view the issue detail at the following URL: http://issues.apache.org/scarab/issues/id/TRQS330 Type Defect Issue ID TRQS330 (derby table vm generates invalid SQL) Modified by thomas fischer [EMAIL PROTECTED] ([EMAIL PROTECTED]) The following modifications were made to this issue

[SOURCE] Issue #TRQS278 modified

2005-11-22 Thread thomas fischer
You can view the issue detail at the following URL: http://issues.apache.org/scarab/issues/id/TRQS278 Type Defect Issue ID TRQS278 (mysql innodb tables and order of index creation from schema) Modified by thomas fischer [EMAIL PROTECTED] ([EMAIL PROTECTED]) The following modifications

[SOURCE] Issue #TRQS278 modified

2005-11-22 Thread thomas fischer
You can view the issue detail at the following URL: http://issues.apache.org/scarab/issues/id/TRQS278 Type Defect Issue ID TRQS278 (mysql innodb tables and order of index creation from schema) Modified by thomas fischer [EMAIL PROTECTED] ([EMAIL PROTECTED]) The following modifications

svn commit: r348240 - in /db/torque: runtime/trunk/xdocs/ templates/trunk/src/templates/sql/base/mysql/ test/trunk/test-project/src/schema/

2005-11-22 Thread tfischer
Author: tfischer Date: Tue Nov 22 12:28:39 2005 New Revision: 348240 URL: http://svn.apache.org/viewcvs?rev=348240&view=rev Log: Fixed foreign key support in mysql to allow the referenced table to be declared before the referencing table. This is done by defining the foreign keys in an extra "CRE

RE: retag 3.2-rc3 as 3.2 ?

2005-11-22 Thread Greg Monroe
Sounds like a good plan. IMHO, the list of stuff I think people would like to see such as Function support, Village replacement, and the like seem to add up to shooting for V4.0 and will require some amount of internals being changed around with associated testing/bugs/problems. Should 3.2 b

svn commit: r345881 - in /db/torque/templates/trunk/src/templates/om: ExtensionManager.vm ExtensionObject.vm MultiExtendObject.vm Peer.vm

2005-11-22 Thread tv
Author: tv Date: Mon Nov 21 01:21:34 2005 New Revision: 345881 URL: http://svn.apache.org/viewcvs?rev=345881&view=rev Log: removed some unneeded imports Modified: db/torque/templates/trunk/src/templates/om/ExtensionManager.vm db/torque/templates/trunk/src/templates/om/ExtensionObject.vm

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

2005-11-22 Thread tv
Author: tv Date: Mon Nov 21 01:20:34 2005 New Revision: 345880 URL: http://svn.apache.org/viewcvs?rev=345880&view=rev Log: removed the superfluous tmpKey variable Modified: db/torque/templates/trunk/src/templates/om/Object.vm db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm