Package Details: msodbcsql 18.3.1.1-1

Git Clone URL: https://aur.archlinux.org/msodbcsql.git (read-only, click to copy)
Package Base: msodbcsql
Description: Microsoft® ODBC Driver 18 for SQL Server®
Upstream URL: https://techcommunity.microsoft.com/t5/sql-server-blog/bg-p/SQLServer/label-name/SQLServerDrivers
Keywords: microsoft msodbcsql mssqldriver sqlserver
Licenses: custom
Submitter: mtorromeo
Maintainer: neo-clon
Last Packager: neo-clon
Votes: 31
Popularity: 0.81
First Submitted: 2016-10-06 14:48 (UTC)
Last Updated: 2023-08-28 18:32 (UTC)

Latest Comments

1 2 3 Next › Last »

Irish commented on 2023-05-10 21:39 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 1fdda0f..4cbec70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Vitor Rodrigues <vitor.rodrigues@gmail.com>

 pkgname=msodbcsql
-pkgver=18.1.2.1
+pkgver=18.2.1.1
 pkgrel=2
 pkgdesc="Microsoft® ODBC Driver 18 for SQL Server®"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom')
 depends=('unixodbc' 'krb5' 'curl')
 options=('!strip')
 source=(https://packages.microsoft.com/rhel/8/prod/msodbcsql18-$pkgver-1.x86_64.rpm)
-sha256sums=('6b873170f9e27babd5d9698ad2f00546101793b8ef747cba52a2d3080b18dde6')
+sha256sums=('857c2e82e5723aa1c5637d0b55fdecb728ba5610f5b3e09bff9df8f034a42a5e')
 install=msodbcsql.install

 package() {

This diff should work to get people updated to the most recent version (as of this comment, anyway).

neo-clon commented on 2023-03-12 22:06 (UTC)

No works with database 2008 R2 and 2012 :(

vS0uz4 commented on 2023-01-28 01:10 (UTC)

Adjusted the url of microsoft's blog and the package path!

LNico commented on 2023-01-28 00:58 (UTC)

Remove '/Packages/m' from the url

vS0uz4 commented on 2023-01-27 13:59 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERRO: Falha ao baixar https://packages.microsoft.com/rhel/8/prod/Packages/m/msodbcsql18-18.1.2.1-1.x86_64.rpm Abortando... -> erro ao construir: msodbcsql

nivaldomcj commented on 2022-11-26 18:10 (UTC)

As @erichoog said, one should edit the source URL to work, otherwise it shows NOT FOUND error when installing package.

alexbraga commented on 2022-11-22 19:48 (UTC)

I can confirm what @erichoog said. It only worked for me after editing the source URL.

erichoog commented on 2022-11-16 03:23 (UTC)

For me the correct path to use was: https://packages.microsoft.com/rhel/8/prod/msodbcsql18-$pkgver-1.x86_64.rpm

The previous links mentioned did not work for me.

shawe commented on 2022-11-13 09:50 (UTC)

As @uhrm say, the correct path is:

https://packages.microsoft.com/rhel/8/prod/Packages/m/msodbcsql18-$pkgver-1.x86_64.rpm

uhrm commented on 2022-11-12 11:01 (UTC)

With version 18.1.2.1 I get a NOT FOUND. I had to change the source URL to https://packages.microsoft.com/rhel/8/prod/Packages/m/msodbcsql18-$pkgver-1.x86_64.rpm.