You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org> on 2011/10/28 22:45:32 UTC

[jira] [Updated] (CASSANDRA-3418) Counter decrements require a space around the minus sign but not around the plus sign

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

Jonathan Ellis updated CASSANDRA-3418:
--------------------------------------

    Fix Version/s: 1.0.2
         Assignee: Pavel Yaskevich
    
> Counter decrements require a space around the minus sign but not around the plus sign
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3418
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3418
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Kelley Reynolds
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.2
>
>
> UPDATE validation_cf_counter SET test=test+1 WHERE id='test_key' => Success
> UPDATE validation_cf_counter SET test=test + 1 WHERE id='test_key' => Success
> UPDATE validation_cf_counter SET test=test - 1 WHERE id='test_key' => Success
> UPDATE validation_cf_counter SET test=test-1 WHERE id='test_key' => Failure (line 1:38 no viable alternative at input 'test')

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira