Hi,

I'm developping a new application using an existing SAP DB where the table
and column names were created in mixed cases. I use the same mixed case
words in my 'mapping.xml', but when Castor creates the SQL statements all
names are converted to upper cases in double quotes, e.g.:

[test] SQL for updating Vehicle: UPDATE "VEHICLE" SET "PLATE_NO"=?,"COLOR"=?
WHERE "ID"=? AND "PLATE_NO"=? AND "COLOR"=?

Is there a problem with my configuration, the SAP DB JDBC driver or Castor?

Thanks.

Tom

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to