Kieran Kelleher
Results
2
issues of
Kieran Kelleher
Since time is in 100 nano increments shouldn't the nanos be divided by 100 and not multiplied by 100? ``` long timeForUuidIn100Nanos = seconds * 10000000L + nanos / 100L;...
triaged
on-jira
When pasting a query that has [comments](https://docs.datastax.com/en/cql-oss/3.1/cql/cql_reference/cqlRefComment.html), the program fails: ```bash $ cql-calculator -query 'create table if not exists mytable ( value1 text, // this is line comment value2 text,...