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 (JIRA)" <ji...@apache.org> on 2010/11/11 04:14:13 UTC

[jira] Created: (CASSANDRA-1728) CLI still requires quotes for row key

CLI still requires quotes for row key
-------------------------------------

                 Key: CASSANDRA-1728
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1728
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Jonathan Ellis
            Assignee: Pavel Yaskevich
            Priority: Minor
             Fix For: 0.7.0


[default@test] set cf2[12345][asdf] = 1  
Syntax error at position 8: mismatched input '12345' expecting set null

(this should be valid, but cli complains unless I add quotes around '12345')

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-1728) CLI still requires quotes for row key

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1728.
---------------------------------------

    Resolution: Duplicate
      Assignee:     (was: Pavel Yaskevich)

fixed in CASSANDRA-1687

> CLI still requires quotes for row key
> -------------------------------------
>
>                 Key: CASSANDRA-1728
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1728
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> [default@test] set cf2[12345][asdf] = 1  
> Syntax error at position 8: mismatched input '12345' expecting set null
> (this should be valid, but cli complains unless I add quotes around '12345')

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.