-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whereClause bug? #134
Comments
flex_lexer.l define the identifier is:
change to
will solve my problem |
I don't know whether this change is right,need your comment! |
Have a look at the example binary and/or
stmt->whereClause points to a kExprOperator. Only that iterator has the column and the search string. |
@mrks Hi,In your case,When you try to get |
Ah, sorry. I misunderstood your issue. This is expected and, as far as I understand it, correct. If you look at the SQL documentation, you will find that Some DBMSs (MySQL, sqlite) are more lenient when it comes to the quote type, as you can check on SQLFiddle. |
Hello,All
When I run this code:
But result is:
I can't understand this output,Is this bug? I hope someone can tell me why this code get so strange output.
The text was updated successfully, but these errors were encountered: