Pierre Chalamet created CASSANDRA-4242:
------------------------------------------

             Summary: Name of parameters should be available in 
CqlPreparedResult
                 Key: CASSANDRA-4242
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4242
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.1.0
            Reporter: Pierre Chalamet
            Priority: Minor


Client side, it could be nice to have the name of parameters in 
CqlPreparedResult. This could allow parameters mapping by name instead of by 
index.

{code}
struct CqlPreparedResult {
    1: required i32 itemId,
    2: required i32 count,
    3: optional list<string> variable_types
>>  4: optional list<binary> variable_names  <<
}
{code}

--
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

        

Reply via email to