Hi all, I've noticed no effect at all when setting the setIgnoreCase() either on Criteria or on a single Criterion.
I expected the generated SQL to look something like WHERE UPPER(col) LIKE UPPER(sarg), but it doesn't. It generates the SQL without the UPPER() (or LOWER() or whatever), but just plain, whether the IgnoreCase is set true or false. For the time being I wrote my own Criteria class that handles criteria ignoring case. Anyone else seen this? Using Torque 3.0 on Oracle 8i. gr. Michel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
