The Bug 891 is now fixed in CVS, and should also fix bug 1042
"Unable to bind query parameters when using CALL SQL"

The following example code is now supported :
OQLQuery oql = castorDb.getOQLQuery(
"CALL SQL SELECT id, name, date "+
"FROM user WHERE upper(name) like $1 AS myapp.Product");

I would like to have some user feedback on this before closing
the bug entry.

--
Mickael Guessant

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to