]
Barry LaFond updated TEIIDDES-332:
----------------------------------
Fix Version/s: 7.4.2
New virtual procedures should always contain the prologue/postlogue,
rather than require the user to remember the syntax
------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-332
URL:
https://issues.jboss.org/browse/TEIIDDES-332
Project: Teiid Designer
Issue Type: Feature Request
Components: Transformations
Affects Versions: 7.4
Reporter: Michael Walker
Assignee: Barry LaFond
Priority: Minor
Fix For: 7.5, 7.4.2
When you create a new virtual procedure, you should automatically get this in the
transformation editor:
CREATE VIRTUAL PROCEDURE
BEGIN
-- insert transformation logic here
END
Instead, we expect the user to remember this syntax, which is a very common source of
mistakes.
As an alternative, we could hide this from the user completely, and maintain this
standard stuff internally. This would reduce the # lines of code required to display on
screen, and eliminate the possibility of mis-editing this stuff later.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: