Add a specific translator for SAP Business Warehouse
----------------------------------------------------
Key: TEIID-1061
URL: https://jira.jboss.org/jira/browse/TEIID-1061
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Allow for cache scope to be set in the cache hint
-------------------------------------------------
Key: TEIID-1253
URL: https://jira.jboss.org/browse/TEIID-1253
Project: Teiid
Issue Type: Feature Request
Affects Versions: 7.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.2
In some circumstances the cache scope may need to be set in the cache hint to override the detected scope. The cache hint would need something like scope:{session|user|global} and we would need to ensure that the analysis log / debug log includes sufficient information to see what scope is in use.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add support for non-pushdown subquery evaluation on update statements
---------------------------------------------------------------------
Key: TEIID-1267
URL: https://jira.jboss.org/browse/TEIID-1267
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Debbie Steigner
Assignee: Steven Hawkins
Please add support for non-pushdown subquery evaluation on INSERT/UPDATE/DELETE statements
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Lob values should be cachable
-----------------------------
Key: TEIID-1227
URL: https://jira.jboss.org/browse/TEIID-1227
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 7.0
Reporter: Steve Hawkins
Assignee: Steve Hawkins
Fix For: 7.2
Lob values from any source, not just XML document models should be cachable. Typically this would need to be "by value" so a copy of the lob will need to be created in the buffermanager.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Move the tests from the jbedsp-test-connectors project to the teiid communitiy
------------------------------------------------------------------------------
Key: TEIID-778
URL: https://jira.jboss.org/jira/browse/TEIID-778
Project: Teiid
Issue Type: Sub-task
Reporter: Van Halbert
Fix For: 6.2.0
The jbedsp-test-connectors tests need to be moved to the teiid community.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Move the tests from the jbedsp-test-jdbc project to the teiid communitiy
------------------------------------------------------------------------
Key: TEIID-780
URL: https://jira.jboss.org/jira/browse/TEIID-780
Project: Teiid
Issue Type: Sub-task
Reporter: Van Halbert
Fix For: 6.2.0
Move the tests from the jbedsp-test-jdbc project to the teiid communitiy
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Organize the Tiied Integration Tests
------------------------------------
Key: TEIID-773
URL: https://jira.jboss.org/jira/browse/TEIID-773
Project: Teiid
Issue Type: Task
Components: Integration Tests
Affects Versions: 6.2.0
Reporter: Van Halbert
Assignee: Van Halbert
This will be the general task from which all tasks for orgainizing, moving, creating, etc. of integration tests will be defined under.
The general goal for the task is to expose all integration tests to the community.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Move the tests from the jbedsp-test-Integration project to the teiid communitiy
-------------------------------------------------------------------------------
Key: TEIID-777
URL: https://jira.jboss.org/jira/browse/TEIID-777
Project: Teiid
Issue Type: Sub-task
Affects Versions: 6.2.0
Reporter: Van Halbert
Assignee: Van Halbert
This task is about moviing the jbedsp-test-integration test to the teiid project. As part of this task, will need to setup the framework to install the schema and create tables needed by the tests. Some tests are database dependent and that will need to be taken into account. Therefore, if a developer / contributor tries to run these tests, only those tests that work for the defined database(s) will be run.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Group tuplesources by command
-----------------------------
Key: TEIID-760
URL: https://jira.jboss.org/jira/browse/TEIID-760
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 6.2.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.x
Tuplesource are mostly grouped by session, but it would be better in preventing tuplesource leaks if they were subgrouped by command.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Capabilities are not checked for insert update delete
-----------------------------------------------------
Key: TEIID-846
URL: https://jira.jboss.org/jira/browse/TEIID-846
Project: Teiid
Issue Type: Bug
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Capabilities are not checked for insert update delete operations, the original expectation was probably that the connector will throw an exception on an unsupported construct. However most connectors aren't written to properly handle unsupported pushdown sql.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira