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

False positive errors on field names starting with underscores #89

Open
ivan-kleshnin opened this issue Dec 24, 2023 · 0 comments
Open

Comments

@ivan-kleshnin
Copy link

ivan-kleshnin commented Dec 24, 2023

The following queries have valid syntax but are highlighted as invalid:

MATCH (f:Foo)
WHERE f._type = $type
//      ^ <function name> or <symbolic name string> expected, got '_'
MATCH (f:Foo)
WHERE f.type = $data._type
//                   ^ <function name> or <symbolic name string> expected, got '_'
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

1 participant