{"id":18905,"date":"2017-02-08T09:00:00","date_gmt":"2017-02-08T17:00:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/dataplatforminsider\/?p=18905"},"modified":"2024-01-22T22:50:43","modified_gmt":"2024-01-23T06:50:43","slug":"odbc-driver-13-1-for-linux-released","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/","title":{"rendered":"ODBC Driver 13.1 for Linux Released"},"content":{"rendered":"<p>This post is authored by Meet Bhagdev, Program Manager, Microsoft<\/p>\n<p>Hi all. We are delighted to share the Production Ready Release of the Microsoft ODBC Driver 13.1 for Linux (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.\n<\/p>\n<h2>Added<\/h2>\n<ul>\n<li>\n<b>BCP API support <\/b><\/p>\n<ul>\n<li>You can use functions through the ODBC driver as described <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/ms130922.aspx\">here<\/a> on Linux.<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>Support for user-defined KeyStoreProvider for Always Encrypted<\/b><\/p>\n<ul>\n<li>You can now user-defined\/created AE <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/mt146393.aspx\">Column Master Key <\/a>keystore providers. Check out code samples and more information <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/mt637351(v=sql.110).aspx\">here<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>Ubuntu 16.10 support<\/b><\/p>\n<ul>\n<li>Developed a package Ubuntu 16.10 for an apt-get experience.<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>Dependency on the platform unixODBC Driver Manager instead of the custom unixODBC-utf16 Driver Manager<\/b><\/p>\n<ul>\n<li>This avoids conflicts with applications\/software that depends on the platform unixODBC Driver Manager.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Fixed<\/h2>\n<ul>\n<li>\n<b>msqobcsql.h (Connect issues 3115331, 3114970) <\/b><\/p>\n<ul>\n<li>Missing definitions for AE, BCP and SQL Server specific types were added<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>TRUST_SERVER_CERTIFICATE connection attribute is always yes (Connect 3116639) <\/b><\/p>\n<ul>\n<li>Setting the TRUST_SERVER_CERTIFICATE connection attribute to anything other than yes failed to set the attribute value. This has been corrected.<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>Fixed Connect issue 2693027 \u2014 Memory Leak <\/b><\/p>\n<ul>\n<li>We detected this issue independently of the bug report using valgrind. The memory leak has been fixed.<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>Driver failure when connecting with more than 1,024 handles<\/b><\/p>\n<ul>\n<li>Switched away from libio select. Driver now supports (theoretical) handle limit of 64K or platform max.<\/li>\n<\/ul>\n<\/li>\n<li>\n<b>Intermittent commlinkfailure when using Azure DW <\/b><\/p>\n<ul>\n<li>In some high-latency scenarios over an encrypted channel, the driver could fail unexpectedly. This has been resolved.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Install the ODBC Driver for Linux on Ubuntu 15.10<\/h2>\n<p><span style=\"font-family: 'Courier New'\">sudo su <\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/keys\/microsoft.asc | apt-key add &#8211;<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/config\/ubuntu\/15.10\/prod.list &gt; \/etc\/apt\/sources.list.d\/mssql-release.list<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">exit<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo apt-get update<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo ACCEPT_EULA=Y apt-get install msodbcsql=13.1.4.0-1<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo apt-get install unixodbc-dev<\/span><\/p>\n<h2>Install the ODBC Driver for Linux on Ubuntu 16.04<\/h2>\n<p><span style=\"font-family: 'Courier New'\">sudo su <\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/keys\/microsoft.asc | apt-key add &#8211;<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/config\/ubuntu\/16.04\/prod.list &gt; \/etc\/apt\/sources.list.d\/mssql-release.list<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">exit<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo apt-get update<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo ACCEPT_EULA=Y apt-get install msodbcsql=13.1.4.0-1<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo apt-get install unixodbc-dev<\/span><\/p>\n<h2>Install the ODBC Driver for Linux on Ubuntu 16.10<\/h2>\n<p><span style=\"font-family: 'Courier New'\">sudo su <\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/keys\/microsoft.asc | apt-key add &#8211;<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/config\/ubuntu\/16.10\/prod.list &gt; \/etc\/apt\/sources.list.d\/mssql-release.list<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">exit<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo apt-get update<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo ACCEPT_EULA=Y apt-get install msodbcsql=13.1.4.0-1<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo apt-get install unixodbc-dev<\/span><\/p>\n<h2>Install the ODBC Driver for Linux on RedHat 6<\/h2>\n<p><span style=\"font-family: 'Courier New'\">sudo su<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/config\/rhel\/6\/prod.repo &gt; \/etc\/yum.repos.d\/mssql-release.repo<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">exit<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo yum remove unixODBC-utf16 unixODBC-utf16-devel #to avoid conflicts<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo ACCEPT_EULA=Y yum install msodbcsql-13.1.4.0-1<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo yum install unixODBC-devel<\/span><\/p>\n<h2>Install the ODBC Driver for Linux on RedHat 7<\/h2>\n<p><span style=\"font-family: 'Courier New'\">sudo su<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">curl https:\/\/packages.microsoft.com\/config\/rhel\/7\/prod.repo &gt; \/etc\/yum.repos.d\/mssql-release.repo<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">exit<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo yum remove unixODBC-utf16 unixODBC-utf16-devel #to avoid conflicts<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo ACCEPT_EULA=Y yum install msodbcsql-13.1.4.0-1<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo yum install unixODBC-devel<\/span><\/p>\n<h2>Install the ODBC Driver for SLES 12<\/h2>\n<p><span style=\"font-family: 'Courier New'\">sudo su <\/span><br \/>\n<span style=\"font-family: 'Courier New'\">zypper ar https:\/\/packages.microsoft.com\/config\/sles\/12\/prod.repo <\/span><br \/>\n<span style=\"font-family: 'Courier New'\">zypper update<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">exit <\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo ACCEPT_EULA=Y zypper install msodbcsql-13.1.4.0-1<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">sudo zypper install unixODBC-devel<\/span><\/p>\n<h2>Try Our Sample<\/h2>\n<p>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:<\/p>\n<p><span style=\"font-family: 'Courier New'\">wget &#8220;https:\/\/raw.githubusercontent.com\/Microsoft\/sql-server-samples\/master\/samples\/tutorials\/c\/linux\/sample_c_linux.c&#8221;<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">gcc sample_c_linux.c -o sample_c_linux -lodbc -w #make sure you change the servername, username and password in the connections string<\/span><br \/>\n<span style=\"font-family: 'Courier New'\">.\/sample_c_linux<\/span><\/p>\n<p>If you installed the driver using the manual instructions found <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/hh568454(v=sql.110).aspx\">here<\/a>, 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.<\/p>\n<p>Please fill bugs\/questions\/issues on our <a href=\"https:\/\/connect.microsoft.com\/SQLServer\/Feedback\">Issues <\/a>page. We welcome contributions\/questions\/issues of any kind. Happy programming!<\/p>\n<p>Meet Bhagdev (<a>meetb@microsoft.com<\/a>)<\/p>\n<p><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\"><img loading=\"lazy\" decoding=\"async\" title=\"clip_image002[4]\" style=\"padding-top: 0px;padding-left: 0px;padding-right: 0px;border: 0px\" border=\"0\" alt=\"clip_image002[4]\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\" width=\"868\" height=\"483\" srcset=\"\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post is authored by Meet Bhagdev, Program Manager, Microsoft Hi all. We are delighted to share the Production Ready Release of the Microsoft ODBC Driver 13.1 for Linux (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.<\/p>\n","protected":false},"author":1457,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[5226,2391,2388,5227,2406],"content-type":[2424,2448],"topic":[2466],"coauthors":[2487],"class_list":["post-18905","post","type-post","status-publish","format-standard","hentry","product-azure","product-azure-sql-database","product-azure-synapse-analytics","product-sql","product-sql-server-2017","content-type-best-practices","content-type-updates","topic-developer"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ODBC Driver 13.1 for Linux Released - Microsoft SQL Server Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ODBC Driver 13.1 for Linux Released - Microsoft SQL Server Blog\" \/>\n<meta property=\"og:description\" content=\"This post is authored by Meet Bhagdev, Program Manager, Microsoft Hi all. We are delighted to share the Production Ready Release of the Microsoft ODBC Driver 13.1 for Linux (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft SQL Server Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/sqlserver\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-08T17:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T06:50:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\" \/>\n<meta name=\"author\" content=\"SQL Server Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:site\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SQL Server Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/\",\"@type\":\"Person\",\"@name\":\"SQL Server Team\"}],\"headline\":\"ODBC Driver 13.1 for Linux Released\",\"datePublished\":\"2017-02-08T17:00:00+00:00\",\"dateModified\":\"2024-01-23T06:50:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\"},\"wordCount\":705,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\",\"name\":\"ODBC Driver 13.1 for Linux Released - Microsoft SQL Server Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\",\"datePublished\":\"2017-02-08T17:00:00+00:00\",\"dateModified\":\"2024-01-23T06:50:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ODBC Driver 13.1 for Linux Released\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"name\":\"Microsoft SQL Server Blog\",\"description\":\"Official News from Microsoft\u2019s Information Platform\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\",\"name\":\"Microsoft SQL Server Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft SQL Server Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/sqlserver\",\"https:\/\/x.com\/SQLServer\",\"https:\/\/www.youtube.com\/user\/MSCloudOS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ODBC Driver 13.1 for Linux Released - Microsoft SQL Server Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/","og_locale":"en_US","og_type":"article","og_title":"ODBC Driver 13.1 for Linux Released - Microsoft SQL Server Blog","og_description":"This post is authored by Meet Bhagdev, Program Manager, Microsoft Hi all. We are delighted to share the Production Ready Release of the Microsoft ODBC Driver 13.1 for Linux (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.","og_url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/","og_site_name":"Microsoft SQL Server Blog","article_publisher":"http:\/\/www.facebook.com\/sqlserver","article_published_time":"2017-02-08T17:00:00+00:00","article_modified_time":"2024-01-23T06:50:43+00:00","og_image":[{"url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png","type":"","width":"","height":""}],"author":"SQL Server Team","twitter_card":"summary_large_image","twitter_creator":"@SQLServer","twitter_site":"@SQLServer","twitter_misc":{"Written by":"SQL Server Team","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/","@type":"Person","@name":"SQL Server Team"}],"headline":"ODBC Driver 13.1 for Linux Released","datePublished":"2017-02-08T17:00:00+00:00","dateModified":"2024-01-23T06:50:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/"},"wordCount":705,"commentCount":1,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/","name":"ODBC Driver 13.1 for Linux Released - Microsoft SQL Server Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png","datePublished":"2017-02-08T17:00:00+00:00","dateModified":"2024-01-23T06:50:43+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/02\/clip_image0024_thumb.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/02\/08\/odbc-driver-13-1-for-linux-released\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/"},{"@type":"ListItem","position":2,"name":"ODBC Driver 13.1 for Linux Released"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","name":"Microsoft SQL Server Blog","description":"Official News from Microsoft\u2019s Information Platform","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization","name":"Microsoft SQL Server Blog","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft SQL Server Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/sqlserver","https:\/\/x.com\/SQLServer","https:\/\/www.youtube.com\/user\/MSCloudOS"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/18905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/users\/1457"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/comments?post=18905"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/18905\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media?parent=18905"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/post_tag?post=18905"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/product?post=18905"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/content-type?post=18905"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/topic?post=18905"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/coauthors?post=18905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}