Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-735

Designer is not preserving newlines (and possibly other characters) in literals

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.1
    • 7.1
    • Transformations
    • None
    • Hide

      The literal can be entered using the char function and the relevant ascii code, e.g.

      select ' ' || char(12) as x

      Show
      The literal can be entered using the char function and the relevant ascii code, e.g. select ' ' || char(12) as x

    Description

      If I enter the transformation sql:

      select '
      ' as x

      It will be saved in the index as "select ' ' as x" with the new line stripped.

      Attachments

        Activity

          People

            blafond Barry LaFond
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: