Patches item #438239, was opened at 2001-07-03 07:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=438239&group_id=22866 Category: JBossCMP Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 7 Submitted By: KV Vinay Menon (kvvinaymenon) Assigned to: KV Vinay Menon (kvvinaymenon) Summary: Finders commands - Case Issues Initial Comment: The JDBCFinderCommand converts the query statement in the finders defined to lower case. This causes 1. Database where column names are case-sensitive not to work 2. Any strings embedded in the finder query to be converted to lower case and hence cause the finder to fail. The fix involves changing the file to use the query string as-is for constructing the SQL but using the lower case query for string comparisons. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=438239&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
