wciurzynski
Results
2
issues of
wciurzynski
1. Handling reconnect connection after "Connection was killed" etc. 2. Added TaskTransactionContextManager to bind Task in asyncio with connection for making changes during SQL transaction. This Manager is able to...
enhancement
Cannot save large file .xlsx - ZipFile raise Exception('File size unexpectedly exceeded ZIP64 limit'
1
After inspect code ZipFile could handle large file if param "force_zip64" ( zipfile.py:open() ) was set to True. From API of PyExcelerate I cannot set this param. Could you add...