You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While currently there is support for the IN clause in the Lark grammar definition, it doesn't appear to be utilized. There are also no unit tests for it.
In reviewing the openCypher spec, it seems like this is the correct syntax.
MATCH (A)
WHEREAIN [1, 2, 3]
RETURNA
I'll check in a PR with support for this shortly.
The text was updated successfully, but these errors were encountered:
While currently there is support for the
IN
clause in the Lark grammar definition, it doesn't appear to be utilized. There are also no unit tests for it.In reviewing the openCypher spec, it seems like this is the correct syntax.
I'll check in a PR with support for this shortly.
The text was updated successfully, but these errors were encountered: