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

CQL comments #122

Closed
jk-1 opened this issue Dec 6, 2016 · 1 comment
Closed

CQL comments #122

jk-1 opened this issue Dec 6, 2016 · 1 comment
Assignees
Milestone

Comments

@jk-1
Copy link

jk-1 commented Dec 6, 2016

It seems that parsing fails if cql file has any type of these cql comments

-- Single-line comment
//Single-line comment
/* Multi-line comment */

Please add support for cql comments.

https://docs.datastax.com/en/cql/3.1/cql/cql_reference/cqlRefComment.html

@tabdulradi tabdulradi changed the title CQL comment parsing error: Failure during parsing the schema CQL comments Dec 18, 2016
@tabdulradi tabdulradi added this to the 0.5 milestone Dec 18, 2016
tabdulradi pushed a commit that referenced this issue Feb 1, 2017
Support comments in schema files
@tabdulradi
Copy link
Member

Fixed in v0.5
Thanks @jk-1 for reporting the issue, and thanks @Eman-Shaaban for fixing it.

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

3 participants