[jira] [Updated] (CASSANDRA-6975) Allow usage of QueryOptions in CQLStatement.executeInternal

2014-05-16 Thread Aleksey Yeschenko (JIRA)

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

Aleksey Yeschenko updated CASSANDRA-6975:
-

Assignee: Sylvain Lebresne  (was: Mikhail Stepura)

> Allow usage of QueryOptions in CQLStatement.executeInternal
> ---
>
> Key: CASSANDRA-6975
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6975
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Mikhail Stepura
>Assignee: Sylvain Lebresne
>Priority: Minor
> Fix For: 2.1 rc1
>
> Attachments: cassandra-2.1-executeInternal.patch
>
>
> The current implementations of {{CQLStatement.executeInternal}} accept only 
> {{QueryState}} as a parameter. That means it's impossible to use prepared 
> statements with variables for internal calls (you can only pass the variables 
> via {{QueryOptions}}). We also can't use the internal paging in internal 
> "SELECT" statements for the very same reason.
> I'm attaching the patch which implements that.
> [~slebresne] [~iamaleksey] what do you think guys?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-6975) Allow usage of QueryOptions in CQLStatement.executeInternal

2014-05-16 Thread Aleksey Yeschenko (JIRA)

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

Aleksey Yeschenko updated CASSANDRA-6975:
-

Reviewer: Mikhail Stepura  (was: Sylvain Lebresne)

> Allow usage of QueryOptions in CQLStatement.executeInternal
> ---
>
> Key: CASSANDRA-6975
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6975
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Mikhail Stepura
>Assignee: Sylvain Lebresne
>Priority: Minor
> Fix For: 2.1 rc1
>
> Attachments: cassandra-2.1-executeInternal.patch
>
>
> The current implementations of {{CQLStatement.executeInternal}} accept only 
> {{QueryState}} as a parameter. That means it's impossible to use prepared 
> statements with variables for internal calls (you can only pass the variables 
> via {{QueryOptions}}). We also can't use the internal paging in internal 
> "SELECT" statements for the very same reason.
> I'm attaching the patch which implements that.
> [~slebresne] [~iamaleksey] what do you think guys?



--
This message was sent by Atlassian JIRA
(v6.2#6252)