[
https://issues.jboss.org/browse/TEIIDDES-1794?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-1794:
----------------------------------------
Code I'm committing includes
* a check-box in the New Virtual Table wizard for "Is Global Temporary Table"
* boolean extension property named "Global Temp Table" enabled for only virtual
tables
* Turned SQL validation OFF for any virtual table where Global Temp Table == TRUE
The concepts you described above are pretty abstract from Designer's standpoint.
We'll need them to be fleshed out in how they would be exposed to the user and what
structural (EMF/ext. props) would have to be made to accomodate them.
Designer support for global temporary tables
--------------------------------------------
Key: TEIIDDES-1794
URL:
https://issues.jboss.org/browse/TEIIDDES-1794
Project: Teiid Designer
Issue Type: Feature Request
Components: Modeling
Reporter: Mark Addleman
Assignee: Barry LaFond
Fix For: 8.4
Teiid has added support for a global temporary tables - they share a common definition,
but each session has their own instance. Internally this is modeled as a virtual table
(without a transformation) with a table type of "TemporaryTable" (int code 6).
If you provided matching index metadata we would recognize the entry as a global temporary
table.
Alternatively extension metadata could be used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira