[
https://issues.jboss.org/browse/TEIIDDES-735?page=com.atlassian.jira.plug...
]
Barry LaFond resolved TEIIDDES-735.
-----------------------------------
Resolution: Done
Removed the normalize() calls. Also refactored the SqlEditorPanel and backing framework by
moving it into transformation UI. This was required to be able to set the SQL string on
the transformation root as soon as possible. This insured that the cached SQL validation
result will contain the proper (includes CR/new lines) SQL string.
This was made possible because the old query builder is gone and the t-editor is the only
component using SQL Editor panel
Designer is not preserving newlines (and possibly other characters)
in literals
-------------------------------------------------------------------------------
Key: TEIIDDES-735
URL:
https://issues.jboss.org/browse/TEIIDDES-735
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 7.1
Reporter: Steven Hawkins
Assignee: Barry LaFond
Fix For: 7.1.1
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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira