]
Barry LaFond updated TEIIDDES-718:
----------------------------------
Assignee: (was: Barry LaFond)
Fix Version/s: Future
(was: 7.4)
The logic that constructs the Default (SELECT * FROM XXXX) SQL is in transformation plugin
(TransformationSqlHelper). This plugin is not UI-aware so the backwards dependency makes
this mini-feature a little difficult.
Pushing to future
Designer should provide an option to expand the column names by
default in the transformation.
----------------------------------------------------------------------------------------------
Key: TEIIDDES-718
URL:
https://issues.jboss.org/browse/TEIIDDES-718
Project: Teiid Designer
Issue Type: Feature Request
Components: Transformations
Affects Versions: 7.1, 7.1.1
Reporter: Ramesh Reddy
Priority: Minor
Fix For: Future
When a default transformation is created when a virtual base table is created, it always
creates a table with
select * from foo
some time it is desirable to generate to query in fully extended format as
select c1, c2, ... from foo
This could be designed as "preference" for Designer transformation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: