You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org> on 2011/10/04 18:14:33 UTC

[jira] [Commented] (CASSANDRA-3307) Java JDBC driver fails with DELETE statements

    [ https://issues.apache.org/jira/browse/CASSANDRA-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120245#comment-13120245 ] 

Jonathan Ellis commented on CASSANDRA-3307:
-------------------------------------------

So these do work in cqlsh?
                
> 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