You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by "Olmanson, Alan" <al...@firepond.com> on 2003/05/28 22:14:43 UTC

unicode in oql queries

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