Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
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?
Attachments
Attachments
Issue Links
- is required by
-
CASSANDRA-6065 Use CQL3 internally in schema code and HHOM
- Resolved