[
https://issues.jboss.org/browse/TEIID-4205?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-4205:
---------------------------------------
Now my approach will be to disable the implicit use of transaction wrapping around an odbc
cursor.
This is much simpler as we'll look for "BEGIN;declare " and strip off the
BEGIN. I would like to make this default behavior given that we are also ignoring the
associated savepoint/release. We can also add a switch to allow the transaction to be
honored.
[~rareddy] or others have thoughts on this?
send results proactively under a cursor as it looks like the ODBC
client requires a transaction.
------------------------------------------------------------------------------------------------
Key: TEIID-4205
URL:
https://issues.jboss.org/browse/TEIID-4205
Project: Teiid
Issue Type: Feature Request
Components: ODBC, Server
Affects Versions: 8.7.5.6_2
Reporter: Debbie Steigner
Assignee: Steven Hawkins
Currently when querying large resultsets with ODBC the results are not sent as soon as
the batch is logically available (like we do for JDBC)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)