more stuff to see on failure
This commit is contained in:
parent
0d64ec9de1
commit
f907edcde5
|
@ -207,7 +207,7 @@ module XGen
|
||||||
begin
|
begin
|
||||||
buf.put_array(@db.socket.recv(size-4).unpack("C*"), 4)
|
buf.put_array(@db.socket.recv(size-4).unpack("C*"), 4)
|
||||||
rescue => ex
|
rescue => ex
|
||||||
raise "#{ex.class}: #{ex.message} ***size was #{size}***"
|
raise "#{ex.class}: #{ex.message} ***size was #{size}*res_flags #{@result_flags}*cursor_id #{@cursor_id}*starting_from #{@starting_from}*n_returned #{@n_returned}***"
|
||||||
end
|
end
|
||||||
@n_remaining -= 1
|
@n_remaining -= 1
|
||||||
buf.rewind
|
buf.rewind
|
||||||
|
|
Loading…
Reference in New Issue