Description
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.
Attachments
Issue Links
- is blocked by
-
CASSANDRA-2475 Prepared statements
- Resolved