]
RH Bugzilla Integration commented on TEIIDDES-2390:
---------------------------------------------------
Barry LaFond <blafond(a)redhat.com> changed the Status of [bug
Transformation SQL formatting inserts extra characters
------------------------------------------------------
Key: TEIIDDES-2390
URL:
https://issues.jboss.org/browse/TEIIDDES-2390
Project: Teiid Designer
Issue Type: Bug
Components: Patch Release, Transformations
Affects Versions: 8.3.4, 9.0.1
Reporter: Andrej Šmigala
Assignee: Paul Richardson
Priority: Minor
Fix For: 9.2.1
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}