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

CQLSH insert help has typo

    XMLWordPrintableJSON

Details

    Description

      [cqlsh 2.3.0 | Cassandra 1.2.0-beta2-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.35.0]
      Use HELP for help.
      cqlsh> help INSERT

      INSERT INTO [<keyspace>.]<tablename>
      ( <colname1>, <colname2> [, <colname3> [, ...]] )
      VALUES ( <colval1>, <colval2> [, <colval3> [, ...]] )
      [USING TIMESTAMP <timestamp>]
      [AND TTL <timeToLive]];

      Should be.

      [AND TTL <timeToLive>]];

      Also it was not clear to me initially that you could just do:

      USING TTL <timeToLive>

      But maybe that is just me.

      Attachments

        1. CASSANDRA-4959.txt
          0.6 kB
          Ricardo Devis Agullo

        Issue Links

          Activity

            People

              rdevis Ricardo Devis Agullo
              appodictic Edward Capriolo
              Ricardo Devis Agullo
              Tom Hobbs
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: