[teiid-issues] [JBoss JIRA] (TEIID-1973) SQLFetch hangs after first batch returned when odbc.ini property UseDeclareFetch=1 is used

Johnathon Lee (JIRA) jira-events at lists.jboss.org
Thu Mar 15 14:59:47 EDT 2012


    [ https://issues.jboss.org/browse/TEIID-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677127#comment-12677127 ] 

Johnathon Lee commented on TEIID-1973:
--------------------------------------

Tested in 7.6 then diff'd changes between 7.6 & 7.7 in runtime/src/main/java/org/teiid/odbc
runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java changes calls from

this.executionFuture = stmt.submitExecute(ResultsMode.RESULTSET);
to
this.executionFuture = stmt.submitExecute(ResultsMode.RESULTSET, null);
 
If you have reason to believe this will affect,  I'll redo the effort on 7.7.  My initial thought was that it would not.
                
> SQLFetch hangs after first batch returned when odbc.ini property UseDeclareFetch=1 is used
> ------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1973
>                 URL: https://issues.jboss.org/browse/TEIID-1973
>             Project: Teiid
>          Issue Type: Bug
>          Components: ODBC
>    Affects Versions: 7.4, 7.6
>            Reporter: Johnathon Lee
>            Assignee: Johnathon Lee
>         Attachments: odbc.ini, odbc.vdb, odbcinst.ini, Oracle_BQT-ds.xml
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list