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

Rick Shaw commented on CASSANDRA-3307:
--------------------------------------

Not sure I understand the UNION question relative to this ticket? But I'd much 
rather have ORs in WHERE clauses... I really don't see the need for UNION; 
Multiple ranges?

As to CF in metadata... we try and scam it now with regex, but that is really 
fragile (hence this ticket). The server always knows what CF it is operating on 
(and KS); it would be nice to reliably get it from the server. It is needed in 
the result set metadata.


                
> 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