svn commit: r409935 - in /db/torque: site/trunk/xdocs/changes.xml templates/trunk/src/templates/om/bean/ObjectBeanMethods.vm test/trunk/test-project/src/schema/test-schema.xml

2006-05-28 Thread tfischer
Author: tfischer Date: Sun May 28 00:40:49 2006 New Revision: 409935 URL: http://svn.apache.org/viewvc?rev=409935view=rev Log: Added patch and test case for a problem in bean generation when a table has several references to another table. Thanks to Nicolas Le Griel for the patch and the test

[jira] Resolved: (TORQUE-21) OM generated code does not compile when bean generation is activated and a table has several references to an other table

2006-05-28 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-21?page=all ] Thomas Fischer resolved TORQUE-21: -- Resolution: Fixed Assign To: Thomas Fischer OM generated code does not compile when bean generation is activated and a table has several

[SOURCE] Issue #TRQS355 modified

2006-05-28 Thread thomas fischer
You can view the issue detail at the following URL: http://issues.apache.org/scarab/issues/id/TRQS355 Type Patch Issue ID TRQS355 (OM generated code does not compile when bean generation is activated and a table has several references to an other table) Modified by thomas fischer

[jira] Updated: (TORQUE-19) MS SQL CLOB and BLOB support

2006-05-28 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-19?page=all ] Thomas Fischer updated TORQUE-19: - Fix Version: (was: 3.2) Version: (was: 3.2.1) Assign To: Thomas Fischer Removing 3.2.1 fromaffected version and 3.2 from fix version.

svn commit: r409955 - in /db/torque: generator/trunk/src/java/org/apache/torque/engine/platform/PlatformMssqlImpl.java site/trunk/xdocs/changes.xml

2006-05-28 Thread tfischer
Author: tfischer Date: Sun May 28 06:53:01 2006 New Revision: 409955 URL: http://svn.apache.org/viewvc?rev=409955view=rev Log: Added mapping for CLOB and BLOB types for mssql. Fixes TORQUE-19. Thanks to Greg Monroe for the patch. Modified:

[jira] Resolved: (TORQUE-19) MS SQL CLOB and BLOB support

2006-05-28 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-19?page=all ] Thomas Fischer resolved TORQUE-19: -- Resolution: Fixed Fixed in SVN. Ignored changes in TorqueSQLTask included in the diff. MS SQL CLOB and BLOB support

[jira] Updated: (TORQUE-18) MS SQL Server's adaptor did not impliment the CREATE DB template.

2006-05-28 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-18?page=all ] Thomas Fischer updated TORQUE-18: - Fix Version: (was: 3.2) Version: (was: 3.2.1) MS SQL Server's adaptor did not impliment the CREATE DB template.

[jira] Assigned: (TORQUE-18) MS SQL Server's adaptor did not impliment the CREATE DB template.

2006-05-28 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-18?page=all ] Thomas Fischer reassigned TORQUE-18: Assign To: Thomas Fischer MS SQL Server's adaptor did not impliment the CREATE DB template.

svn commit: r409956 - in /db/torque: site/trunk/xdocs/changes.xml templates/trunk/src/templates/sql/db-init/mssql/createdb.vm

2006-05-28 Thread tfischer
Author: tfischer Date: Sun May 28 07:06:02 2006 New Revision: 409956 URL: http://svn.apache.org/viewvc?rev=409956view=rev Log: Implemented createdb-template for mssql. Fixes TORQUE-19. Thanks to Greg Monroe for the patch. Modified: db/torque/site/trunk/xdocs/changes.xml

[jira] Resolved: (TORQUE-18) MS SQL Server's adaptor did not impliment the CREATE DB template.

2006-05-28 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-18?page=all ] Thomas Fischer resolved TORQUE-18: -- Resolution: Fixed Fixed. I hope it's ok to have the semicolons in the same line as the sql command. MS SQL Server's adaptor did not impliment the