Comment 1 for bug 1065779

Revision history for this message
Andrei Martsinchyk (andrei-martsinchyk) wrote :

1) I do not see aSqlExpression.exprString.startsWith("\"") in the SqlExpression.java rebuildExpression(...) function, probably you are working with modified code. Anyway, it looks like proper fix is aSqlExpression.exprString.startsWith(Props.XDB_IDENTIFIER_QUOTE_START);

2) Fix for this case is committed.