You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2014/11/17 09:52:34 UTC

[jira] [Assigned] (CASSANDRA-6952) Cannot bind variables to USE statements

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

Benjamin Lerer reassigned CASSANDRA-6952:
-----------------------------------------

    Assignee: Benjamin Lerer

> Cannot bind variables to USE statements
> ---------------------------------------
>
>                 Key: CASSANDRA-6952
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6952
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Matt Stump
>            Assignee: Benjamin Lerer
>            Priority: Minor
>              Labels: cql3
>
> Attempting to bind a variable for a USE query results in a syntax error.
> Example Invocation:
> {code}
> ResultSet result = session.execute("USE ?", "system");
> {code}
> Error:
> {code}
> ERROR SYNTAX_ERROR: line 1:4 no viable alternative at input '?', v=2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)