Java JDBC driver fails with DELETE statements
---------------------------------------------

                 Key: CASSANDRA-3307
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3307
             Project: Cassandra
          Issue Type: Bug
          Components: Drivers
            Reporter: Corey Hulen


The following 2 statements are valid, but fail in the java jdbc driver.

"DELETE FROM users WHERE KEY = 'user1'"  // missing column should be valid to 
delete entire row
"DELETE test FROM users USING CONSISTENCY QUORUM WHERE KEY = 'user1'" // Should 
be valid to pass consistency level to a delete statment



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to