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

Multiple constant in selection emits some columns.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.9.0, 0.8.1
    • None
    • None

    Description

      The following query that has 3 constants prints out only 2 columns.

       
      default> select '##' as a1, '##' as a2, '##' as a3 from nation;
      a1,  a2
      -------------------------------
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      ##,  ##
      

      Attachments

        1. TAJO-805.patch
          3 kB
          Hyoungjun Kim

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: