Skip to content

Commit

Permalink
more fix for issue #60
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 10, 2015
1 parent 591084a commit 010e6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebirdsql/wireprotocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ def _op_fetch_response(self, stmt_handle, xsqlda):
while bytes_to_bint(b) == self.op_dummy:
b = self.recv_channel(4)
while bytes_to_bint(b) == self.op_response:
self.lazy_response_count -= 1
h, oid, buf = self._parse_op_response()
b = self.recv_channel(4)
if bytes_to_bint(b) != self.op_fetch_response:
Expand Down

0 comments on commit 010e6a3

Please sign in to comment.