Log Message:
-----------
Since oracle does return '0' for rowcount, even when there is more than zero 
rows returned, it broke the code.
Now there is a workaround based only on fetchrow_array behaviour (returning 
undef or error when there is no more records to retrieve) and the count of 
records retrieved with the current fetch.

Modified Files:
--------------
    src/pl:
        performCompleteRefresh.pl (r1.7 -> r1.8)
        
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/performCompleteRefresh.pl.diff?r1=1.7&r2=1.8)
    src/pl/db/oracle:
        cursor.pl (r1.1 -> r1.2)
        
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/db/oracle/cursor.pl.diff?r1=1.1&r2=1.2)

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to