]
Steven Hawkins updated TEIID-2407:
----------------------------------
Assignee: (was: Steven Hawkins)
Support temporary table on commit behavior
------------------------------------------
Key: TEIID-2407
URL:
https://issues.jboss.org/browse/TEIID-2407
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Now that our temporary tables are transactionally aware we should support the on commit
clause.
Our current default for on commit is effectively "preserve rows", which is
contrary to the sql specification. We should also offer delete rows and possible drop
(similar to pg sql).