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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major 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

      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.

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

                Created:
                Updated:
                Resolved: