Share via


ODBC Driver 13.1 for Linux Preview 2 Released

Hi all, we are delighted to share the second preview release of the Microsoft ODBC Driver 13.1 for Linux –  (Ubuntu, RedHat and SUSE). The preview release adds support for Ubuntu 16.10, new features, has bug fixes and enables access to SQL Server, Azure SQL Database and Azure SQL Data Warehouse from any C/C++ application on Linux. 

What’s new

  • Added:
    • Ubuntu 16.10 Support 
    • Dependency on the platform unixODBC Driver Manager instead of the custom unixODBC-utf16 Driver Manager
      • This avoids conflicts with applications/software that depends on the platform unixODBC Driver Manager

 

  • Fixed
    • Driver failure when connecting with more than 1024 handles
      • Switched away from using the libio select function. Driver now supports (theoretical) handle limit of 64k or platform max
    • Intermittent Communication Failure when using Azure DW and Azure SQL DB
      • In some high latency scenarios over an encrypted channel, the driver could fail unexpectedly. This preview release fixes this issue. 

Install the ODBC Driver for Linux on Ubuntu 15.10

[snippet slug=odbc-13-1-ubuntu-15-10-preview-2 lang=bsh]

Install the ODBC Driver for Linux on Ubuntu 16.04

[snippet slug=odbc-13-1-ubuntu-16-04-preview-2 lang=bsh]

Install the ODBC Driver for Linux on Ubuntu 16.10

[snippet slug=odbc-13-1-ubuntu-16-10-preview-2 lang=bsh]

Install the ODBC Driver for Linux on RedHat 6

[snippet slug=odbc-13-1-redhat-6-preview-2 lang=bsh]

Install the ODBC Driver for Linux on RedHat 7

[snippet slug=odbc-13-1-redhat-7-preview-2 lang=bsh]

Install the ODBC Driver for Linux on SUSE 12

[snippet slug=odbc-13-1-sles-12-preview-2 lang=bsh]

Note: Packages for SQL Server Command Line tools v13.1 will be available soon. The above mentioned packages only install the ODBC Driver for SQL Server that enable connectivity from any C/C++ application. To install and use the SQL Server Command Line tools, check out the instructions here: https://blogs.msdn.microsoft.com/sqlnativeclient/2016/10/20/odbc-driver-13-0-for-linux-released/

Try our Sample

Once you install the driver that runs on a supported Linux distro, you can use this C sample to connect to SQL Server/Azure SQL DB/Azure SQL DW. To download the sample and get started, follow these steps:

[snippet slug=odbc-c-sample lang=bsh]

If you installed the driver using the manual instructions found here, you will have to manually uninstall the ODBC Driver and the unixODBC Driver Manager to use the deb/rpm packages. If you have any questions on how to manually uninstall, feel free to leave a comment below. 

Please file bugs/questions/issues on our Issues page. We welcome contributions/questions/issues of any kind. Happy programming!

Survey and Future Plans

Please take this survey to help prioritize features and scenarios for the next release of the ODBC Driver for Linux. Going forward we plan to expand SQL Server 16 Feature Support (example: Always Encrypted), improve test coverage, and fix bugs reported on our Issues page.

Please stay tuned for upcoming releases that will have additional feature support and bug fixes. This applies to our wide range of client drivers including PHPJDBC and ADO.NET which are already available.

Meet Bhagdev (meetb@microsoft.com)

sql-loves-linux_2_twitter-002

Comments

  • Anonymous
    January 23, 2017
    Does this release include a fix for https://connect.microsoft.com/SQLServer/feedback/details/2693027/microsoft-odbc-driver-13-for-linux-memory-leak We are seeing a memory usage climb significantly over time (performing an insert of 200k records we are seeing the processes memory usage climb to around 230MB vs a stable 27MB using the FreeTDS driver) which is never released. Would like to take advantage of the bulk copy features.
    • Anonymous
      January 24, 2017
      This release does not, but the next one should have a fix to similar issue. Can you share a repro script so that we can use it to verify?
  • Anonymous
    January 27, 2017
    Hello,Given "Dependency on the platform unixODBC Driver Manager instead of the custom unixODBC-utf16 Driver Manager" is there a reason this step is still recommended? sudo yum install unixODBC-devel #this step is optional but recommended*Am I correct in assuming it is just to make sure that the development header files for unixODBC are present for anyone writing ODBC applications with the driver?Thank you,David Ritter
    • Anonymous
      January 30, 2017
      Hi David this is correct. This step is for folks trying to write apps that require header files made available with the unixODBC-devel package.
  • Anonymous
    January 30, 2017
    Does the ODBC Driver for Linux require the specific version of unixODBC that is distributed with each OS? I have a build of unixODBC 2.3.4 and would rather use that as my driver manager. Is the driver certified/required to be used with certain unixODBC versions/distributions?Thank you,David Ritter
  • Anonymous
    February 03, 2017
    Hi all,today we received msodbcsql-13.1.4.0-1.x86_64 via yum.Is this the final version to use in production?
    • Anonymous
      February 03, 2017
      Yes it is. Blog should be going out soon.