[jira] Created: (TORQUE-116) property for object state

2008-05-27 Thread Thoralf Rickert (JIRA)
property for object state - Key: TORQUE-116 URL: https://issues.apache.org/jira/browse/TORQUE-116 Project: Torque Issue Type: Improvement Components: Generator, Runtime Environment: n/a

[jira] Created: (TORQUE-85) setOffset(int) in Criteria should be setOffset(long)

2007-03-09 Thread Thoralf Rickert (JIRA)
setOffset(int) in Criteria should be setOffset(long) Key: TORQUE-85 URL: https://issues.apache.org/jira/browse/TORQUE-85 Project: Torque Issue Type: Improvement Components:

[jira] Created: (TORQUE-75) Map XML column informations to the generated Objects

2006-12-15 Thread Thoralf Rickert (JIRA)
Map XML column informations to the generated Objects Key: TORQUE-75 URL: http://issues.apache.org/jira/browse/TORQUE-75 Project: Torque Issue Type: Improvement Components:

[jira] Commented: (TORQUE-75) Map XML column informations to the generated Objects

2006-12-15 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-75?page=comments#action_12458959 ] Thoralf Rickert commented on TORQUE-75: --- Okay, then is this improvement request obsolet. Sorry. Map XML column informations to the generated Objects

[jira] Commented: (TORQUE-74) Targets sql and datasql can't find required files

2006-12-06 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-74?page=comments#action_12456094 ] Thoralf Rickert commented on TORQUE-74: --- I think, the sqldb.map file is generated when you call the sql ant-task. But I don't know why this file is necessary

[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

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

2006-12-03 Thread Thoralf Rickert (JIRA)
custom velocity renderer to have nicely trimmed generated code -- Key: TORQUE-71 URL: http://issues.apache.org/jira/browse/TORQUE-71 Project: Torque Issue Type: Improvement

[jira] Created: (TORQUE-59) correctBooleans() overwrites complex boolean criteria

2006-10-09 Thread Thoralf Rickert (JIRA)
correctBooleans() overwrites complex boolean criteria - Key: TORQUE-59 URL: http://issues.apache.org/jira/browse/TORQUE-59 Project: Torque Issue Type: Bug Components: Runtime

[jira] Commented: (TORQUE-44) Column names in generated classes are uppercase

2006-09-14 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-44?page=comments#action_12434608 ] Thoralf Rickert commented on TORQUE-44: --- I think, the uppercase table names was a bug. It looks like a copypaste error. So, if you wish to have a switch, it

[jira] Created: (TORQUE-51) Wrong Link on Download Page

2006-08-13 Thread Thoralf Rickert (JIRA)
Wrong Link on Download Page --- Key: TORQUE-51 URL: http://issues.apache.org/jira/browse/TORQUE-51 Project: Torque Issue Type: Bug Reporter: Thoralf Rickert Priority: Trivial The is a wrong

[jira] Commented: (TORQUE-49) Encoding will not be used in insert-sql if it is used in generation task

2006-08-13 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-49?page=comments#action_12427744 ] Thoralf Rickert commented on TORQUE-49: --- Okay, but then is the sql output of torque incorrect because it is generated in the encoding of the xml schema. My

[jira] Created: (TORQUE-49) Encoding will not be used in insert-sql if it is used in generation task

2006-08-04 Thread Thoralf Rickert (JIRA)
Encoding will not be used in insert-sql if it is used in generation task Key: TORQUE-49 URL: http://issues.apache.org/jira/browse/TORQUE-49 Project: Torque Issue Type:

[jira] Updated: (TORQUE-49) Encoding will not be used in insert-sql if it is used in generation task

2006-08-04 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-49?page=all ] Thoralf Rickert updated TORQUE-49: -- Affects Version/s: 3.2 Encoding will not be used in insert-sql if it is used in generation task

[jira] Commented: (TORQUE-39) Wrong database name in generated XML schema with jdbc task

2006-07-17 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-39?page=comments#action_12421539 ] Thoralf Rickert commented on TORQUE-39: --- Is it a big problem to hand over a property like torque.databaseName to the task or to parse the property

[jira] Created: (TORQUE-44) Column names in generated classes are uppercase

2006-07-17 Thread Thoralf Rickert (JIRA)
Column names in generated classes are uppercase --- Key: TORQUE-44 URL: http://issues.apache.org/jira/browse/TORQUE-44 Project: Torque Issue Type: Bug Components: Generator

[jira] Updated: (TORQUE-44) Column names in generated classes are uppercase

2006-07-17 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-44?page=all ] Thoralf Rickert updated TORQUE-44: -- Attachment: patch.txt The problem is that the generator uses the variable $cup=$col.Name.toUpperCase() for the name of the constant and for the content of

[jira] Commented: (TORQUE-45) Generated SQL is in wrong order when dropping tables on table re-creation

2006-07-17 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-45?page=comments#action_12421580 ] Thoralf Rickert commented on TORQUE-45: --- So how are tables with circular references dropped? I have this circular references problem in one of my schemes.

[jira] Commented: (TORQUE-40) jdbc task fails on sybase database (schema is set)

2006-07-12 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-40?page=comments#action_12420568 ] Thoralf Rickert commented on TORQUE-40: --- You have to set torque.database.schema = dbo in the properties to avoid this problem. Thanks to Andras Balogh. I think, this

[jira] Resolved: (TORQUE-40) jdbc task fails on sybase database (schema is set)

2006-07-12 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-40?page=all ] Thoralf Rickert resolved TORQUE-40: --- Resolution: Won't Fix See my previous comment. torque.database.schema must be set to dbo. jdbc task fails on sybase database (schema is set)

[jira] Commented: (TORQUE-27) Need ability to pass global user-configurable platform-specific hints to templates

2006-07-12 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-27?page=comments#action_12420575 ] Thoralf Rickert commented on TORQUE-27: --- The proposal to create application specific custom templates isn't flexible. If you upgrade torque, you've to upgrade and change

[jira] Created: (TORQUE-43) retrieveByPK uses name instead of javaName

2006-07-12 Thread Thoralf Rickert (JIRA)
retrieveByPK uses name instead of javaName -- Key: TORQUE-43 URL: http://issues.apache.org/jira/browse/TORQUE-43 Project: Torque Type: Bug Components: Generator Versions: 3.2.1 Reporter: Thoralf Rickert

[jira] Updated: (TORQUE-43) retrieveByPK uses name instead of javaName

2006-07-12 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-43?page=all ] Thoralf Rickert updated TORQUE-43: -- Attachment: patch.txt This is a patch for this bug in Peer.vm retrieveByPK uses name instead of javaName --

[jira] Created: (TORQUE-38) Wrong Default Setting for torque.enableJava5Features on website

2006-07-11 Thread Thoralf Rickert (JIRA)
Wrong Default Setting for torque.enableJava5Features on website --- Key: TORQUE-38 URL: http://issues.apache.org/jira/browse/TORQUE-38 Project: Torque Type: Bug Components: Documentation Reporter:

[jira] Updated: (TORQUE-38) Wrong Default Setting for torque.enableJava5Features on website

2006-07-11 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-38?page=all ] Thoralf Rickert updated TORQUE-38: -- Description: On the site http://db.apache.org/torque/releases/torque-3.2/generator/properties-reference.html is a bug in the documentation for the

[jira] Updated: (TORQUE-31) complete generic type compatible API

2006-06-22 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-31?page=all ] Thoralf Rickert updated TORQUE-31: -- Attachment: TORQUE-31.patch Okay, this are the changes for the Peer.vm to be a little bit more generic type compatible. complete generic type compatible

[jira] Created: (TORQUE-31) complete generic type compatible API

2006-06-18 Thread Thoralf Rickert (JIRA)
complete generic type compatible API Key: TORQUE-31 URL: http://issues.apache.org/jira/browse/TORQUE-31 Project: Torque Type: Improvement Components: Generator Versions: 3.2.1 Reporter: Thoralf Rickert

[jira] Created: (TORQUE-23) DeepCopy

2006-05-29 Thread Thoralf Rickert (JIRA)
DeepCopy Key: TORQUE-23 URL: http://issues.apache.org/jira/browse/TORQUE-23 Project: Torque Type: New Feature Components: Generator Reporter: Thoralf Rickert Priority: Minor I've a small problem with the copy() and copyInto() methods in the

[jira] Updated: (TORQUE-23) DeepCopy

2006-05-29 Thread Thoralf Rickert (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-23?page=all ] Thoralf Rickert updated TORQUE-23: -- Attachment: patch.txt Okay, this is a patch for the Object.vm generated with Eclipse. It creates a strange (localized) path to the Object.vm resource. I've