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

Jonathan Ellis updated CASSANDRA-4577:
--------------------------------------

          Component/s: API
    Affects Version/s: 1.1.0
        Fix Version/s: 1.2.0 beta 1
               Labels: cql3  (was: )
    
> Allow preparing queries without parameters
> ------------------------------------------
>
>                 Key: CASSANDRA-4577
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4577
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.1.0
>            Reporter: Christoph Hack
>            Assignee: Christoph Hack
>              Labels: cql3
>             Fix For: 1.2.0 beta 1
>
>         Attachments: trunk-4577.txt
>
>
> Currently it's not possible to prepare any queries that do not take any 
> parameters using Cassandra's new native protocol because of an assertion 
> error.
> This makes client development rather difficult (you need to parse CQL queries 
> to detect the number of parameters and skip the preparation of those) and 
> there is probably no reason to handle queries with no parameters separately.

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