Subject JCD/JDBC driver problems
Author a_moisseev
Hello!

I use JCA driver with JBoss.
There is an exception:
javax.ejb.FinderException: Find failed: java.sql.SQLException:
org.firebirdsql.jdbc.FBSQLParseException: Escaped functions are not
supported.
after the query executing
SELECT OBJECT(g) FROM wareGroup as g WHERE LCASE(g.name) LIKE ?1 ORDER
BY g.name.

What is wrong ? Does function LCASE() is not supported ?

Best regards,
Andrei Moisseev