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

2008-05-27 Thread Thoralf Rickert (JIRA)
/a Reporter: Thoralf Rickert Priority: Minor Sometimes it would be very helpful to know the state of an Object. Currently we have the states new and modified. Additionally I think there could be at least one state more. During initializing of the object (populateObject) the Base class

AW: [ANNOUNCE] Torque 3.3 released

2008-03-04 Thread Thoralf Rickert
Hi all, I was a little bit quiet in the last months, but anyhow: Great work! How about for 4.0 we drop support for Java versions earlier than 5? Comments? +1 from me. Java5 was released 3 1/2 years ago, which will probably be 4 1/2 years when 4.0 is out, given our release cycles. Plus

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

2007-03-09 Thread Thoralf Rickert (JIRA)
: Runtime Reporter: Thoralf Rickert Priority: Minor The Criteria.setOffset() method should accept long instead of int as the parameter value to allow an offset above 2 billion. Of course it's not recommended to have such Criteria's but it should be possible. -- This message

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

2006-12-15 Thread Thoralf Rickert (JIRA)
: Generator Reporter: Thoralf Rickert There is a small leakage of informations between XML definition and the generated Object. For example if you define a column as required=true it would be good to get this information in the object. So there could be a method like isMandatory

[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

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

2006-12-06 Thread Thoralf Rickert
So this would be shortcuts for *Peer.retrieveByPK and *Peer.delete(...)? -Ursprüngliche Nachricht- Von: Greg Monroe [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 5. Dezember 2006 20:10 An: Apache Torque Developers List Betreff: Torque 4.0 - Add delete() / loadByPk(...) methods to

[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

AW: Aliases with Joins (was: Torque 4.0 plan)

2006-12-03 Thread Thoralf Rickert
Dec 2006, Thoralf Rickert wrote: I forgot something: We've implemented a working and easy way to use Aliases with JOINs. This is necessary if you join a table twice. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2006-12-03 Thread Thoralf Rickert (JIRA)
Components: Generator Reporter: Thoralf Rickert Priority: Minor The current Torque templates have spaces and tabs in front of Velocity commands (#foreach, #set, #end,...). The Velocity renderer puts this spaces and tabs into the generated code - that is the reason why

Java5 (was: Torque 4.0 plan)

2006-12-03 Thread Thoralf Rickert
I don't have an idea of how can we support JDK1.5 and JDK1.4 because of the compatibility problems between 1.4 and 1.5 - but I think like Thomas that we have to make a break. The next release of the JDK is on the way and we're still programing in the old 1.4. I don't want to start a principle

AW: Custom Velocity Renderer (was: Torque 4.0 plan)

2006-12-02 Thread Thoralf Rickert
(was: Torque 4.0 plan) Hi Thoralf, would you mind to put this into jira as enhancement ? If I recall correctly, you have done this already, so a diff against the current svn version would be gerat. Thomas On Thu, 30 Nov 2006, Thoralf Rickert wrote: ... Another small topic is my suggestion some

AW: Torque 4.0 plan

2006-12-01 Thread Thoralf Rickert
I forgot something: We've implemented a working and easy way to use Aliases with JOINs. This is necessary if you join a table twice. And the Add full support for views is something that would be very useful. T. -Ursprüngliche Nachricht- Von: Greg Monroe [mailto:[EMAIL PROTECTED]

AW: Torque 4.0 plan

2006-11-30 Thread Thoralf Rickert
Hi! [] - Use Java 5 style generics and enumerations. One can use compiler settings to produce pre-1.5-executable class files. Oh yes. I will be glad to help on this topic. Another small topic is my suggestion some months ago (July, 10.) to replace the ant velocity render task with our

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

2006-10-09 Thread Thoralf Rickert (JIRA)
Affects Versions: 3.2 Environment: MySQL 5 Reporter: Thoralf Rickert If you have a table with a nullable boolean column: column name=test type=booleanint size=1/ and create a criteria like this: Criterion c1 = criteria.getNewCriterion(TEST, false, Criteria.EQUAL

AW: Old torque bugs from scarab

2006-10-06 Thread Thoralf Rickert
I think it is better to have just one jira Key for Torque. It isn't so confusing. It is easier to get an overview. And it isn't understandable why there is an OLD key, just because the bugs in it are imported from Scarab. -Ursprüngliche Nachricht- Von: Thomas Fischer [mailto:[EMAIL

[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

[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)
: Bug Components: Generator Reporter: Thoralf Rickert Priority: Trivial My schema.xml is encoded in UTF-8 and torque generates a SQL file in UTF-8. But when I run insert-sql the TorqueSQLExec task decodes the file with the system encoding because it doesn't know

[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)
Reporter: Thoralf Rickert Attachments: patch.txt The generator creates constants for the column names in tables. The content of this constants uses upper cases. For example if you have a table like: table name=address column name=class javaName=aClass primaryKey=true required

[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

[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

[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)
: Thoralf Rickert Priority: Trivial On the site http://db.apache.org/torque/releases/torque-3.2/generator/properties-reference.html is a bug in the documentation for the torque.enableJava5Features property. The default should been false and not Bean. -- This message is automatically

[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

Velocity Templates

2006-07-10 Thread Thoralf Rickert
Hi! I think there is an open discussion thread (in 2005) about the generated code style in the Base* classes but I can't find it. The problem is that the generated code looks a little bit ugly because of too many spaces. This is a velocity problem, because of leading spaces in front of velocity

AW: Velocity Templates

2006-07-10 Thread Thoralf Rickert
: Re: Velocity Templates Hi, The spaces in front of the velocity commands exist because it makes the templates themselves readable. I'd put more emphasis on keeping the templates readable than the generated code, so I'd rather leave the spaces where they are. Thomas Thoralf

AW: Velocity Templates

2006-07-10 Thread Thoralf Rickert
to a working system (just uncomment one line of code). Thomas Thoralf Rickert [EMAIL PROTECTED] schrieb am 10.07.2006 11:59:43: No, I don't want to change the templates. They will be changed virtually during loading into the velocity renderer in a stream. -Ursprüngliche

[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

AW: [jira] Resolved: (TORQUE-23) DeepCopy

2006-06-01 Thread Thoralf Rickert
in call of copyInto() in method copy(boolean) DeepCopy Key: TORQUE-23 URL: http://issues.apache.org/jira/browse/TORQUE-23 Project: Torque Type: New Feature Components: Generator Reporter: Thoralf Rickert Assignee: Thomas

AW: Copying Torque Object

2006-05-29 Thread Thoralf Rickert
Is it useful to make a feature request in JIRA? -Ursprüngliche Nachricht- Von: Thoralf Rickert [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. Mai 2006 15:13 An: Apache Torque Developers List Betreff: Copying Torque Object Hi! I've a small problem with the copy

[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

[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

Caching Rows

2006-04-27 Thread Thoralf Rickert
Hi! I like to have a feature in Torque that - I think - doesn't exists in it at present. I could implement it in Torque, but I think it is better to discuss it first here, because I'm not sure if it possible. Here is my problem: I've several tables where the data never changes during runtime of

AW: Caching Rows

2006-04-27 Thread Thoralf Rickert
Betreff: Re: Caching Rows Thoralf Rickert wrote: I've several tables where the data never changes during runtime of my application (for example a table called 'currency' which holds every currency that is used on this planet). These tables hold static data like state-types etc

AW: [village] Value.asDouble uses Integer.valueOf to parse strings

2006-04-19 Thread Thoralf Rickert
Hmm, yes, I think so. It should be return Double.valueOf((String)valueObject).doubleValue() But I'm not sure, what happens with the conversion of NaN in a primitive double value... T. -Ursprüngliche Nachricht- Von: Jonathan Purvis [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19.

AW: Torque with Java5 features

2006-01-23 Thread Thoralf Rickert
Would you mind to sign a cla and fax it to the ASF office ? see http://www.apache.org/licenses/#clas Yepp, done. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: proposal for reorganizing the Torque site

2006-01-16 Thread Thoralf Rickert
Hi! I think, it's a good idea to reorganize the website. I'd a look and two or three comments: - When you select the Documentation link in the menu you see a lot of options in the content (Runtime, Generator and so on). When you click on one of this options the menu changes and you see the

AW: Torque with Java5 features

2005-12-23 Thread Thoralf Rickert
-Ursprüngliche Nachricht- Von: Thoralf Rickert Gesendet: Freitag, 25. November 2005 12:07 An: 'Apache Torque Developers List' Betreff: AW: Torque with Java5 features Just to make sure that I understood you correctly: You were able to convert the templates without chamnging

XML-Description to Java SQL Comment

2005-12-15 Thread Thoralf Rickert
Hi! I've a small feature request... In the XML schema it is possible to declare descriptions on table an column tags. I think, this attribute is currently unused. I've made some changes in the OM templates and now I can see this descriptions in the comments in the generated java classes (so it's

Torque with Java5 features

2005-11-25 Thread Thoralf Rickert
Hi! I'm not sure, if this feature was discussed already on this list, but how big is the chance, that torque supports the Java5 features, like generics, in a future version? I know that this means a lot of work and much trouble with users, who aren't able to use Java5 because of some restrictions

AW: Torque with Java5 features

2005-11-25 Thread Thoralf Rickert
Just to make sure that I understood you correctly: You were able to convert the templates without chamnging the Runtime jar, and it worked ? Jo. - Testing would be more complicated. At the moment, it is already a nuisance to change the databases by hand, and to change the idtable