[ https://forge.continuent.org/jira/browse/SEQUOIA-233?page=all ]
     
Gilles Rayrat resolved SEQUOIA-233:
-----------------------------------

    Resolution: Fixed

Another fix has been commited to cvs. It allows simple queries inside execute() 
to have their ResultSet streamed

> FetchNextResultSetRows fails when fetchsize = 1 after an execute() with a 
> select query 
> ---------------------------------------------------------------------------------------
>
>          Key: SEQUOIA-233
>          URL: https://forge.continuent.org/jira/browse/SEQUOIA-233
>      Project: Sequoia
>         Type: Bug
>   Components: Core
>     Versions: Sequoia 2.4
>  Environment: Bug identified with Carob 
> TestStatement::testExecuteWithSelectStreamed
>     Reporter: Gilles Rayrat
>     Assignee: Gilles Rayrat
>      Fix For: Sequoia 2.5

>
>
> . setFecthSize(1)
> . execute("SELECT * FROM address")
> . First rs.next() -> ok
> . Second rs.next() -> BackendException "No valid ControllerResultSet to fetch 
> data from"
> When removing setFetchSize(1), everything goes fine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to