Using LIST operator in OQL, I specify values in the format LIST("value1", "value2",
"value3").
But the final SQL generated will be .. IN ( ''value'' ,''value2'', ''value3'') i.e a
double quote is converted into 2 single quotes.
It is specified w.r.t regular exp i.e stringliteral = "{character}". In what format
should I specify the strings.
Thanks
Satish
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev