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

Fix wrong case sensitivity rules of non-reserved keywords

    XMLWordPrintableJSON

Details

    Description

      For example, in the following DDL statements, default database name is recognized as DEFAULT instead of default.

      CREATE TABLE DEFAULT.TABLE1 (xxx INT, ...
      

      The main reason is default is non-reserved keywords. So, it is not passed through the same case sensitive handling code. So, we should fix it.

      Attachments

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: