Make the commandcontext available to the evaluatablevisitor
-----------------------------------------------------------
Key: TEIID-513
URL: https://jira.jboss.org/jira/browse/TEIID-513
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 6.1.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.x
If the commandcontext is available to the evaluatablevisitor, then we can make a better decision about what determinism level to accept for planning function evaluation.
--
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
Enhancem multisource planning with aggregate pushdown
-----------------------------------------------------
Key: TEIID-776
URL: https://jira.jboss.org/jira/browse/TEIID-776
Project: Teiid
Issue Type: Feature Request
Affects Versions: 6.2.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.x
Multisource modification happens after all rules have been fired, which means that aggregate and other sort/distinct pushdown optimizations do not happen.
--
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
Add REST Support to Data Services
---------------------------------
Key: TEIID-417
URL: https://jira.jboss.org/jira/browse/TEIID-417
Project: Teiid
Issue Type: Feature Request
Components: SOAP Services
Reporter: Ted Jones
Assignee: Ted Jones
Need to add support for REST to data services. REST needs be enabled in Axis2 and a REST endpoint should be added to the data services WSDL.
--
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
Add support for connecting to Mondrian
--------------------------------------
Key: TEIID-1011
URL: https://jira.jboss.org/jira/browse/TEIID-1011
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 7.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.1
We should add support for connecting to Mondrian (and multidimensional datasources in general) through http://www.jdbc4olap.org/.
--
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
Replace temp and fakemetadata with actual metadata classes
----------------------------------------------------------
Key: TEIID-903
URL: https://jira.jboss.org/jira/browse/TEIID-903
Project: Teiid
Issue Type: Sub-task
Components: Query Engine
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.0
Temp and fakemetadata are redundant with the core metadata logic. Removing fakemetadata especially would help clean up testing code and increase coverage.
--
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
Add a specific translator for Intersystems Cache
------------------------------------------------
Key: TEIID-1060
URL: https://jira.jboss.org/jira/browse/TEIID-1060
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 the import of overloaded procedures
---------------------------------------------
Key: TEIID-796
URL: https://jira.jboss.org/jira/browse/TEIID-796
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 6.2.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.3.0
Currently our metadata doesn't allow for the definition of overloaded procedures - however many sources supply unique names for each procedure signature that can be used instead of the base procedure name.
--
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
add support for in/out out return params
----------------------------------------
Key: TEIID-946
URL: https://jira.jboss.org/jira/browse/TEIID-946
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 8.0
In/out, out, return parameters should be supported in Teiid defined procedures - not just result sets. The logic for handling them would be similar to what exists for managing the update_count variable. The Designer would also need to remove validation restrictions preventing the usage of these parameters.
--
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
Add a specific translator for Ingres
------------------------------------
Key: TEIID-1059
URL: https://jira.jboss.org/jira/browse/TEIID-1059
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
simple vdbless editor
---------------------
Key: TEIID-1082
URL: https://jira.jboss.org/jira/browse/TEIID-1082
Project: Teiid
Issue Type: Feature Request
Components: AdminApi
Affects Versions: 7.0
Reporter: Mauricio Chicalski
Assignee: Steven Hawkins
Priority: Optional
helper classes (vdbless beans?) and methods to create/manipulate vdbless files within the admin api
c.setUrl("jdbc:....");
model.setName
model.setConnector(c);
vdb.setConnector(c);
admin.createVDB(vdb);
--
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