Closed kutsurak closed 8 years ago
hi @kutsurak, thanks for your pull request! It looks good. Do you think it is hard to fix the python2.6 test failure?
Hi @gijzelaerr. I haven't had time on Friday to fix it, I will take a look and get back to you.
This PR includes a test suite that mocks connections to MonetDB in order to test parts of the pymonetdb module. The first test in it mocks
mapi.Connection._putblock
andmapi.Connection._getblock
, in order to test multi line responses from the server.Also this PR adds support for the case of failed transactions in auto-commit mode.