Jonathan Rudenberg created CASSANDRA-5028:
---------------------------------------------

             Summary: Native protocol prepared INSERT broken
                 Key: CASSANDRA-5028
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5028
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 1.2.0 beta 3
         Environment: Cassandra 1.2.0-beta3-SNAPSHOT (b86f75d)
            Reporter: Jonathan Rudenberg


b4f2f201 breaks prepared inserts via the native protocol (a regression from 
1.2.0-beta2).

{noformat}
cassandra.Exec("INSERT INTO tests (id, content) VALUES (?, ?)", 1, "test")

Error: Invalid definition for id, not a collection type
{noformat}

{noformat}
cqlsh> CREATE KEYSPACE test WITH replication = { 'class' : 'SimpleStrategy', 
'replication_factor' : 1 };
cqlsh> USE test;
cqlsh:test> CREATE TABLE tests (id bigint PRIMARY KEY, content text);
{noformat}


Repro code: https://gist.github.com/edafe5383c81c22aed5a

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to