Skip to content
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

Closed
abitrolly opened this issue Jan 19, 2020 · 4 comments
Closed

Ship driver for MSSQL #686

abitrolly opened this issue Jan 19, 2020 · 4 comments

Comments

@abitrolly
Copy link
Contributor

If #685 is merged, it might be possible to ship some MS SQL drivers with pyodbc to make it work out of the box.

@v-chojas
Copy link
Contributor

pyODBC is a generic ODBC access layer, it shouldn't be driver-specific.

@abitrolly
Copy link
Contributor Author

How can it become driver-specific just by shipping some drivers in a wheel?

@v-chojas
Copy link
Contributor

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.

@abitrolly
Copy link
Contributor Author

It could provide extra wheels with drivers. There is no need to do it in main pyodpc wheel. Then this Python dependency could be used in different virtualenv like any other lib in requirements.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants