Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-5798

Cqlsh should support multiline comments

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.2.9
    • Legacy/Tools
    • None

    Description

      Right now cqlsh doesn't support multiline comments that are available in the CQL grammar:

      MULTILINE_COMMENT
          : '/*' .* '*/' { $channel = HIDDEN; }
          ;
      

      These should be supported both in file and interactive mode (where copy pasting large chunks of CQL scripts containing such comments might be convenient).

      Attachments

        1. 5798.txt
          0.5 kB
          Aleksey Yeschenko

        Activity

          People

            aleksey Aleksey Yeschenko
            mfiguiere Michaël Figuière
            Aleksey Yeschenko
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: