]
Barry LaFond commented on TEIIDDES-2390:
----------------------------------------
Was able to reproduce but not been able to detect what component is messing with the SQL
display nodes.
Transformation SQL formatting inserts extra characters
------------------------------------------------------
Key: TEIIDDES-2390
URL:
https://issues.jboss.org/browse/TEIIDDES-2390
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 8.3.4, 9.0.1
Reporter: Andrej Šmigala
Priority: Minor
Typing more than two newlines after a keyword in the transformation editor causes part of
that keyword to be inserted into the transformation.
e. g. typing
{code:sql}
select <enter><enter><enter>
{code}
produces
{code:sql}
SEL
SELECT
{code}
and
{code:sql}
select * from <enter><enter><enter><enter>
{code}
produces
{code:sql}
SELECT
*
FRO
FRO
FROM
{code}