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

CQL support for non-utf8 column names

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Normal
    • Resolution: Not A Problem
    • None
    • Legacy/CQL

    Description

      Eric Evans' suggestions from the mailing list:

      CREATE TABLE test (
        int(10) text,
        uuid(92d21d0a-d6cb-437c-9d3f-b67aa733a19f) bigint
      )
      
      CREATE TABLE test (
        (int)10 text,
        (uuid)92d21d0a-d6cb-437c-9d3f-b67aa733a19f bigint
      )
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jbellis Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: