]
Barry LaFond updated TEIIDDES-2390:
-----------------------------------
Fix Version/s: 9.3
(was: 9.2)
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
Assignee: Barry LaFond
Priority: Minor
Fix For: 9.3
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}