The JDBC PreparedStatement Class should be enhanced to support server-side Data 
Binding
---------------------------------------------------------------------------------------

                 Key: CASSANDRA-2885
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2885
             Project: Cassandra
          Issue Type: Improvement
          Components: Drivers
    Affects Versions: 0.8.1
            Reporter: Rick Shaw
             Fix For: 1.0


Currently the {{PreparedStatement}} Class "fakes" data binding by substituting 
literal data in its passed arguments on the server side. Only an "enhanced" CQL 
script is set to the server. There is really no notion of pre-compiled 
scripting.

Completion will require the addition of API support for passing bindable data 
as well as the CQL script, and support for pre-parsing CQL script, and 
retrieving a reference to it for later use.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to