-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship driver for MSSQL #686
Comments
pyODBC is a generic ODBC access layer, it shouldn't be driver-specific. |
How can it become driver-specific just by shipping some drivers in a wheel? |
There are many ODBC drivers and DBMS, and any licensing issues aside, it would only invite "why not include driver for X / I don't need driver for Y" discussion --- so pyODBC should really remain neutral and you can use it with whatever driver you need. |
It could provide extra wheels with drivers. There is no need to do it in main |
If #685 is merged, it might be possible to ship some MS SQL drivers with
pyodbc
to make it work out of the box.The text was updated successfully, but these errors were encountered: