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

Missing 'signedIntegerLiteral' in clause 'periodicCommitHint' in opencypher-M02-legacy antlr4 grammar #152

Closed
wuetherich opened this issue Oct 12, 2016 · 0 comments

Comments

@wuetherich
Copy link

In a former version of the opencypher-M02-legacy antlr4 grammar there was a clause

periodicCommitHint : USING sp PERIODIC sp COMMIT ( sp signedIntegerLiteral )? ;

This clause has now erroneously changed to

periodicCommitHint : USING sp PERIODIC sp COMMIT ( sp )? ;

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

No branches or pull requests

2 participants