[JBoss JIRA] (TEIID-2698) Support parsing VALUES independently and with multiple row constructors
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2698?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2698.
-----------------------------------
Resolution: Done
Added initial parsing support with an entry into the DML command reference. This support is strictly a mapping to the old functionality and allows for VALUES ... to be converted into the equivalent UNION ALL. At some point it may make sense to extend the support through processing/sql string logic, but in most cases this should be sufficient.
> Support parsing VALUES independently and with multiple row constructors
> -----------------------------------------------------------------------
>
> Key: TEIID-2698
> URL: https://issues.jboss.org/browse/TEIID-2698
> Project: Teiid
> Issue Type: Enhancement
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.6
>
>
> For use with INSERT and else where we should support parsing
> VALUES (expr list), (expr list) ...
> rather than just the limited parsing of a single VALUES row for insert.
--
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
11 years, 2 months
[JBoss JIRA] (TEIID-2696) Update Teiid datasource examples to be fully parameterized
by Van Halbert (JIRA)
Van Halbert created TEIID-2696:
----------------------------------
Summary: Update Teiid datasource examples to be fully parameterized
Key: TEIID-2696
URL: https://issues.jboss.org/browse/TEIID-2696
Project: Teiid
Issue Type: Enhancement
Components: Build/Kits
Affects Versions: 8.4.1
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Minor
Change the example datasources to be parameterized, and add an associated properties file so that to install, run:
jboss-cli.sh -c --file={datasource}-ds.cli --properties=/{datasource}-ds.properties
--
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
11 years, 3 months
[JBoss JIRA] (TEIID-2407) Support temporary table on commit behavior
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2407?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-2407:
----------------------------------
Fix Version/s: (was: 8.6)
Pulling out of 8.6. There isn't sufficient need to justify implementing on commit delete just yet.
> 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
> Assignee: 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).
--
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
11 years, 3 months