Skip to content
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

Cannot parse negative numbers #98

Closed
materkov opened this issue Nov 17, 2023 · 1 comment
Closed

Cannot parse negative numbers #98

materkov opened this issue Nov 17, 2023 · 1 comment

Comments

@materkov
Copy link

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
@proullon
Copy link
Owner

proullon commented Jan 2, 2024

Hi,

Should be fixed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants