You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2015/05/13 09:30:59 UTC

[jira] [Created] (CASSANDRA-9373) Allow returning generated values to clients

Robert Stupp created CASSANDRA-9373:
---------------------------------------

             Summary: Allow returning generated values to clients
                 Key: CASSANDRA-9373
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9373
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Robert Stupp
            Priority: Minor


With CASSANDRA-9200 statements like {{INSERT INTO foo ... VALUES ( nextval('keyspace','sequence') , ...}} are possible. However the client has no chance to know about the generated sequence value.

This ticket is about to extend the native protocol (v5+, CASSANDRA-9362) and implementation to optionally return the inserted or updated values.



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