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 (JIRA)" <ji...@apache.org> on 2014/02/21 05:32:19 UTC

[jira] [Updated] (CASSANDRA-6750) Support for UPDATE predicates

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

Jonathan Ellis updated CASSANDRA-6750:
--------------------------------------

    Component/s: API
       Priority: Minor  (was: Major)
         Labels: cql3 ponies  (was: cql3 features updateQuery)
     Issue Type: New Feature  (was: Improvement)
        Summary: Support for UPDATE predicates  (was: cql3 can't support batch update)

> Support for UPDATE predicates
> -----------------------------
>
>                 Key: CASSANDRA-6750
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6750
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API, Core
>         Environment: 2.0.3
>            Reporter: nivance
>            Priority: Minor
>              Labels: cql3, ponies
>
> cqlsh:spdatarp> UPDATE t_spdatarpro_ro SET amount = 10  WHERE messageid = '123456';
> Bad Request: Non PRIMARY KEY messageid found in where clause
> In this case, messageid is the secend index. I want to update all rows which messageid is '123456', but it failed



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)