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
Provide LOB support in ODBC
---------------------------
Key: TEIID-1163
URL: https://jira.jboss.org/browse/TEIID-1163
Project: Teiid
Issue Type: Bug
Affects Versions: 7.1
Reporter: Ramesh Reddy
Fix For: 7.2
LOB support was not provided with initial release, this needs to be supported for BLOBS, CLOBS and XML.
--
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
Provide a non-blocking JDBC api for ODBC support
------------------------------------------------
Key: TEIID-1176
URL: https://jira.jboss.org/browse/TEIID-1176
Project: Teiid
Issue Type: Feature Request
Components: JDBC Driver
Affects Versions: 7.1
Reporter: Steve Hawkins
Assignee: Steve Hawkins
Priority: Minor
Fix For: 7.2
ODBC uses netty threads to execute queries over blocking JDBC, it would be better if this could be done using a non-blocking version - which underlying the JDBC logic.
--
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
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
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
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