Open tetraptych opened 7 years ago
Performance improvements included in this PR:
ctypes.sizeof(SQLWCHAR)
list(self)
fetchall
for
Cheers!
This is causing 23 unit test failures, I'll need to investigate why.
Performance improvements included in this PR:
ctypes.sizeof(SQLWCHAR)
once rather than re-calculating on each value conversionlist(self)
infetchall
instead of using afor
loopCheers!