AW: Sybase case insensitive column names

2006-07-20 Thread Thoralf Rickert
generation flag? -Original Message- From: Thoralf Rickert [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 4:45 AM To: Apache Torque Users List Subject: AW: Sybase case insensitive column names Okay, I'll submit a bug report. -Ursprüngliche Nachricht

AW: Sybase case insensitive column names

2006-07-17 Thread Thoralf Rickert
That is correct. The JDBC task doesn't change the names. But if you create the classes (om) it creates the column names with uppercase letters and than there is the problem because you cannot make any queries. Here is an example: Generated XML file (correct): table name=address

AW: Sybase case insensitive column names

2006-07-17 Thread Thomas Fischer
The column names in the class files should be generated in the same case as they appear in the schema file. If this is not the case, this is a bug. This is Torque 3.2 and you did not change anything there, I assume ? If yes, would you mind to submit a bug report to Jira ? Thomas Thoralf

AW: Sybase case insensitive column names

2006-07-17 Thread Thoralf Rickert
Okay, I'll submit a bug report. -Ursprüngliche Nachricht- Von: Thomas Fischer [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. Juli 2006 10:04 An: Apache Torque Users List Betreff: AW: Sybase case insensitive column names The column names in the class files should be generated