Changes between Initial Version and Version 1 of Ticket #15802, comment 21


Ignore:
Timestamp:
Mar 3, 2012, 7:13:39 PM (12 years ago)
Author:
piro

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15802, comment 21

    initial v1  
    44
    55I've tried to do that: close() should be idempotent. But the reference DBAPI test suite fails as it explicitly check that the second close() raises an exception. I've discussed about the problem in the DBSIG <http://mail.python.org/pipermail/db-sig/2011-October/005811.html>, but never got to the point to fix the test suite. I should really write to Stuart Bishop about that.
     6
     7edit: done: http://code.google.com/p/acute-dbapi/issues/detail?id=3
Back to Top