denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
190 stars 52 forks source link

feature request: allow passing in socket to connect function #119

Closed shubha-rajan closed 3 years ago

shubha-rajan commented 3 years ago

Hi, I'm one of the maintainers of the Google Cloud SQL Python connector, and we're trying to add support for using pytds to connect to Cloud SQL instances. This would require using a socket that's wrapped in a custom SSL context. The easiest way to do this would be to allow passing in a socket argument to the connect function.

shubha-rajan commented 3 years ago

Hi @denisenkom any updates on when we can get the patch merged?