Skip to content

Releases: microsoft/sqlmlutils

Python 1.0.1

15 Jul 23:25
57c0009
Compare
Choose a tag to compare

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

15 Jul 23:20
4a082ea
Compare
Choose a tag to compare
  • Add scriptFile functionality to package management

Python 1.0.0

15 Jul 23:33
dade183
Compare
Choose a tag to compare

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

15 Oct 22:10
0af29cf
Compare
Choose a tag to compare
Python 0.7.1 Pre-release
Pre-release

Updated files for PyPI publishing

Python 0.7.0

15 Oct 18:24
0703884
Compare
Choose a tag to compare
Python 0.7.0 Pre-release
Pre-release

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.