Jonathan Ellis created CASSANDRA-5349:
-----------------------------------------

             Summary: 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: Sylvain Lebresne
            Priority: Minor
             Fix For: 1.2.4


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