[ 
https://issues.apache.org/jira/browse/CASSANDRA-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Horsfall (alh) updated CASSANDRA-4666:
----------------------------------------------

    Attachment: trunk-4166.patch.take2

Patch that makes multi-line history work WITH written history files.

This can be used in place of the other patch.
                
> Add multi-line support to cqlsh history buffer
> ----------------------------------------------
>
>                 Key: CASSANDRA-4666
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4666
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Matthew Horsfall (alh)
>            Priority: Minor
>              Labels: newbie, patch
>             Fix For: 1.2.0
>
>         Attachments: trunk-4166.patch.take2, trunk-4666.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The cqlsh tool has history support. If you press the up arrow, you get 
> previous entries.
> If you do a multi-line command however like:
> {noformat}
>  cqlsh > do
> something;
> {noformat}
> when you press the up arrow you get each individual statement separately. 
> (First "something;" and then "do").
> This is not useful if you type a large create statement and typo one of the 
> pieces.
> It'd be nice if cqlsh supported multi-line history items and could bring them 
> back with the up arrow.

--
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