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

Marcus Eriksson updated CASSANDRA-5349:
---------------------------------------

    Attachment: 0001-5349-v3.patch

v3 adds the value count and values last

also calls process() with empty list
                
> Add binary protocol support for bind variables to non-prepared statements
> -------------------------------------------------------------------------
>
>                 Key: CASSANDRA-5349
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5349
>             Project: Cassandra
>          Issue Type: Task
>          Components: API
>    Affects Versions: 1.2.0
>            Reporter: Jonathan Ellis
>            Assignee: Marcus Eriksson
>            Priority: Minor
>              Labels: cql, protocol
>             Fix For: 2.0
>
>         Attachments: 0001-5349-v3.patch, 
> 0001-CASSANDRA-5349-binary-protocol-support-for-binding-v.patch, 
> 0001-CASSANDRA-5349.patch
>
>
> Currently, the binary protocol allows requests as "string" or "[prepared 
> statement] id + bind vars".  Allowing "string + bind vars" as well would 
> simplify life for users with one-off statements and not have to choose 
> between adding boilerplate for PS, and having to manually escape parameters, 
> which is particularly painful for binary data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to