CLI doesn't handle inserting negative integers
----------------------------------------------

                 Key: CASSANDRA-2358
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2358
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.7.4
            Reporter: Tyler Hobbs
            Assignee: Pavel Yaskevich
            Priority: Trivial


The CLI raises a syntax error when trying to insert negative integers:

{noformat}
[default@Keyspace1] set StandardInteger['key'][-12] = 'val';
Syntax error at position 28: mismatched character '1' expecting '-'
{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to