Hello,

Is unicode supposed to work in oql queries?

For example I have: Select objects from com.xyz.Customer where name like
"???"

And I get a antlr.MismatchedCharException thrown by antlr.CharScanner to
OQLLexer.nextToken which rethrows it as a TokenStreamRecognitionException.

It appears to not recognize ? as a character so it expects a " to end the
string.

Alan 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to