Sander-PGGM

Results 2 comments of Sander-PGGM

The following minimal reproducible example seems to work: **Python version:** Python 3.9.13 ```Python import pyodbc import gc import faulthandler faulthandler.enable() server = "YOUR-SERVER-HERE" database = "YOUR-DATABASE-HERE" connection_string = ( "Driver={ODBC...

Hello, thank you for maintaining this project and for your time. We’ve been investigating the issue and suspect it may be related to a double free occurring in cursor.cpp within...