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 …
[View More]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
[View Less]
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 …
[View More]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
[View Less]
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 …
[View More]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
[View Less]
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 …
[View More]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
[View Less]
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:...."…
[View More]);
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
[View Less]
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 …
[View More]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
[View Less]