Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1411

Support case-insensitive table description command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 0.10.1
    • 0.10.1
    • SQL Shell
    • None
    • Tajo 0.11.0-SNAPSHOT (rev. 82d44af source checksum 8f4cffc)

    Description

      In `tsql`, 'describe table' command is case-sensitive inconsistently with other features.

      default> create table Customer(id int);
      OK
      default> select * from Customer;
      id
      -------------------------------
      (0 rows, 0.187 sec, 0 B selected)
      default> \d Customer;
      ERROR: no such a table: Customer
      

      Attachments

        Activity

          People

            dongjoon Dongjoon Hyun
            dongjoon Dongjoon Hyun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: