see https://issues.apache.org/jira/browse/CASSANDRA-2475
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 29 Jun 2011, at 08:45, Michal Augustýn wrote:
> Hi all,
>
> in most SQL implementations, it's possible to declare parameters in
> SQ
Hi all,
in most SQL implementations, it's possible to declare parameters in
SQL command text (i.e. "SELECT * FROM T WHERE Id=@myId"). Then the
client application sends this SQL command and parameters values
separately - the server is responsible for the parameters
substitution.
In CQL API (~the "