Problem with fetch on DDL statement in the remote protocol
----------------------------------------------------------

                 Key: CORE-3759
                 URL: http://tracker.firebirdsql.org/browse/CORE-3759
             Project: Firebird Core
          Issue Type: Bug
          Components: API / Client Library
    Affects Versions: 3.0 Initial
            Reporter: Adriano dos Santos Fernandes


I fixed the code where this operation was crashing the server, but the
remote (client) code has problems too, and I don't know how to fix it.

This assert in interface.cpp fails, so as subsequent operations if it's
removed:

fb_assert(statement->rsr_msgs_waiting || (statement->rsr_rows_pending >
0) ||
           statement->haveException() || 
statement->rsr_flags.test(Rsr::EOF_SET));

Test case in
https://github.com/asfernandes/fbstuff/blob/master/src/test/v3api/CursorTest.cpp
(ddlFetch). It works correctly with fb-embedded.

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

        

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to