-
Notifications
You must be signed in to change notification settings - Fork 46
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
Using standard form for numeric literals throws an error when parsed #288
Comments
match Try this , this will help you . You are getting an error just because of the indentation error. You need to gave some space after match and then write your query , in the same way write insert just below the match and after that rest of your query. |
I'm not sure that's correct. TypeQL doesn't take into account indentation of queries when parsed. I've tested the same query but with numbers changed from standard form to place-value form and it's running fine. |
ohhh , that's cool if it's working fine with another value . I will try to find it out . |
you can check the data type of the 'value' attribute and ensure that it matches the data type of the value you're trying to insert. If you're still having trouble, please let me know and I'll do my best to assist you further. |
@james-whiteside the title "Numbers in standard form are not valid syntax" is a pretty unclear description of what you're actually outlining? Please refine |
Description
Numbers expressed in standard form (exponent notation) are not currently accepted as valid syntax.
Environment
Reproducible Steps
Run a query involving a number in standard form, for example:
Expected Output
Query is accepted.
Actual Output
The text was updated successfully, but these errors were encountered: