Releases: microsoft/sqlmlutils
Python 1.0.1
pyodbc connection originally used args for connection.
With SQL Server driver, empty uid and pwd worked as Trusted_Connection, but with ODBC Driver 17 empty uid and pwd is just empty and fails. There is an arg trusted_connection instead.
By using a string, we circumvent this issue.
R 0.7.1
- Add scriptFile functionality to package management
Python 1.0.0
Major changes to sqlmlutils internal implementation. User experience should be largely the same as before, except with the addition of output parameters.
- Change to pyodbc instead of mssql
- Add print capture to exec
- Add Output Param support and stdout/err in sprocs
- change testing for python package management
- README updates
- Fix license headers
Python 0.7.1
Updated files for PyPI publishing
Python 0.7.0
Initial push to PyPI with sqlmlutils for Python.
This package allows a client to connect to a SQL Server and execute generic queries as well as do package management operations on their server.
There is a known issue with tensorflow. Tensorflow 2.0.0 has a numpy requirement that is not met by SQL Server and versions 1.12-1.15 have packages that are too large to install.