Hello,

I am using Torque 3.1 with PostgreSQL 7.4.

I noticed that the generated ORDER BY clause is always case insensitive. Regardless of Criteria.setIgnoreCase(), for Strings the ORDER BY clause always uses UPPER(<col>). I had a look at
BasePeer.processOrderBy(), which always calls db.ignoreCaseInOrderBy(orderByColumn) for Strings.


Is this intended?
How can a case sensitive ORDER Bbe produced?

(processOrderBy() was introduced by Thomas Fischer for the outer join patch but this particular piece of code is identical to the original in createQuery())

--


Regards/Gru�,

Tarlika Elisabeth Schmitz

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to