Hi, On Sun, Oct 19, 2025 at 07:05:12PM +0000, Pavel Shramov wrote: > Programs that use SQLGetTypeInfo (notable example is pyodbc) are > crashing now. This happened after Fix-incompatible-pointer patch was > added. This is caused by incorrect free function that is used - > drvgettypeinfo returns result that is stored in static buffers but > rowfree function tries to deallocate it.
Indeed the patch seems to confuse some allocations. Could you try again with the newly uploaded 0.99991-4? Thanks, Chris

