Hi.
I'm trying to make the following call:
CALL SQL select upper('Hola') AS TEXTO
But the final sql is too different:
SQL select upper()
I think I have found the bug in OQLQueryImpl.java:
if ( oql.startsWith("CALL SQL") || (leftParen < 0 && rightParen < 0)
) {
sql.append( oql.substring( 5, as ) ); // First I
think it's 9 instead of 5.
I didn't found yet the other bug. Do you have any help.
I hope this can help you too.
______________________________________________
Ing. Gustavo Rafael Pistoia
CDA Inform�tica S.A.
TE: 4343-5200.
Int (6329) 4566.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev