You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sehrope Sarkuni (JIRA)" <ji...@apache.org> on 2015/08/16 01:43:45 UTC

[jira] [Updated] (CASSANDRA-10087) Typo in CreateTableStatement error message

     [ https://issues.apache.org/jira/browse/CASSANDRA-10087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sehrope Sarkuni updated CASSANDRA-10087:
----------------------------------------
    Attachment: CASSANDRA-10087.txt

> Typo in CreateTableStatement error message 
> -------------------------------------------
>
>                 Key: CASSANDRA-10087
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10087
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sehrope Sarkuni
>            Priority: Trivial
>         Attachments: CASSANDRA-10087.txt
>
>
> The error message for creating a table with an invalid name says:
>     ... is not a valid table name (must be alphanumeric character only: [0-9A-Za-z]+)
> That's incorrect as the regex validates against "\w+" so underscores are allowed as well (ex: "foo_bar" is acceptable).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)