You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ryan McGuire (JIRA)" <ji...@apache.org> on 2013/09/12 22:05:53 UTC

[jira] [Created] (CASSANDRA-6019) CQL identifier regex in documentation is wrong, (or cqlsh doesn't implement correctly)

Ryan McGuire created CASSANDRA-6019:
---------------------------------------

             Summary: CQL identifier regex in documentation is wrong, (or cqlsh doesn't implement correctly)
                 Key: CASSANDRA-6019
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6019
             Project: Cassandra
          Issue Type: Bug
          Components: Documentation & website
            Reporter: Ryan McGuire
            Priority: Minor


The [CQL docs|http://cassandra.apache.org/doc/cql3/CQL.html#identifiers] state that a CQL identifier can be any characters [a-zA-Z0-9_]*. ,but in fact, they cannot start with an '_' or a number.

Empirically, it looks like the regex should be [a-zA-Z][a-zA-Z0-9_].*

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira