Adam Machanic
Adam Machanic
I think this will fix various bugs. On the flip side, I have no idea what problems it will cause. This predicate was in place for about a decade and...
Observed on SQL Server 2017: - Query coming in from remote server via OPENQUERY - Query plan not showing in sp_whoisactive output, even though it was attainable directly via requests...
Possible to allow the creation of a Frame from a generator? A lot of APIs will output a generator and it seems strange to have to materialize that data into...
I'm trying to use pytds on Linux, in conjunction with a Kerberos token for integrated authentication. I tried instantiating SspiAuth as on Windows, but I get an error when it...
Hello, Bit of a long shot but I'm wondering if anyone has successfully used cTDS for Sybase? I'm able to connect via pymssql, which also uses FreeTDS under the covers,...
Hello, Are you able to expose the "order" property for bulk_insert, to tell SQL Server that the input rows are ordered the same as the clustered index? This can eliminate...
Hello, I think I've found a second Python 3.12 memory leak (having read the issue for the other one, and tried upgrading to msgpack 1.0.8 to fix). This issue occurs...