We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, this query:
select to_id, date from edges where from_id = -1 and edge_type = 3 order by id desc
leads to:
Cannot lex instruction. Syntax error near -1 and edge_type = 3 order by id desc
The text was updated successfully, but these errors were encountered:
fix: (close #98) correctly parse negative number in queries
cad5547
aac44c7
Hi,
Should be fixed :)
Sorry, something went wrong.
No branches or pull requests
For example, this query:
leads to:
The text was updated successfully, but these errors were encountered: