PyTd
PyTd copied to clipboard
Improve performance of _getRow and fetchall
Performance improvements included in this PR:
- Store
ctypes.sizeof(SQLWCHAR)once rather than re-calculating on each value conversion - Return
list(self)infetchallinstead of using aforloop
Cheers!
This is causing 23 unit test failures, I'll need to investigate why.