[bruno@archlinux ~]$ sqlcmd -S localhost -U SA
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Someone can help-me?
Search Criteria
Package Details: mssql-tools 18.4.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mssql-tools.git (read-only, click to copy) |
---|---|
Package Base: | mssql-tools |
Description: | Microsoft SQL Server Tools for Linux |
Upstream URL: | https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-overview?view=sql-server-ver16 |
Licenses: | custom |
Submitter: | karuna_murti |
Maintainer: | ryanbarillos |
Last Packager: | ryanbarillos |
Votes: | 27 |
Popularity: | 0.014590 |
First Submitted: | 2016-11-18 14:29 (UTC) |
Last Updated: | 2024-08-28 08:46 (UTC) |
Dependencies (2)
- msodbcsqlAUR (msodbcsql17AUR)
- mssql-serverAUR (optional) – Enter T-SQL statements to an SQL Server database
Required by (0)
Sources (1)
brunorozendo commented on 2017-07-27 03:57 (UTC)
Eremiell commented on 2017-04-29 06:36 (UTC)
diff --git a/PKGBUILD b/PKGBUILD
index 0ac7a20..8ad979e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Karuna Murti <karuna.murti@gmail.com>
pkgname=mssql-tools
-pkgver=14.0.3.0
-pkgrel=5
+pkgver=14.0.5.0
+pkgrel=1
pkgdesc="Microsoft® SQL Server® Tools for Linux"
arch=('x86_64')
url="https://www.microsoft.com/en-us/sql-server/sql-server-vnext-including-Linux"
@@ -12,7 +12,7 @@ depends=('msodbcsql')
makedepends=('patchelf')
options=('!strip')
source=("https://packages.microsoft.com/rhel/7/prod/$pkgname-$pkgver-1.x86_64.rpm")
-sha256sums=('9db9907a8151648d211bd8005c2b87ffebeca9b43c25ee56e9640804a72eaee6')
+sha512sums=('648fbc212d6569362bb1b5c0f11f917c787e5a1eb8b629751b1fb9ff0171e562d69b5c9f139b43e37eb06d027c23046dd2e10e677eecf31e4b2e0e5f4200a5b8')
package() {
cd "$srcdir"
karuna_murti commented on 2017-02-07 13:15 (UTC)
@mtorromeo is fine, thank you :D
mtorromeo commented on 2017-02-07 09:28 (UTC)
There were still many issues, especially with missing linked libraries and other packaging issues.
I updated the PKGBUILD with a reworked version. I hope you don't mind.
karuna_murti commented on 2017-02-07 08:28 (UTC)
Oops. Fixed.
mtorromeo commented on 2017-02-07 08:16 (UTC)
The symlinks in /usr/bin are wrong.
They are pointing to /opt/mssql-tools/bin/sqlcmd-$pkgver and /opt/mssql-tools/bin/bcp-$pkgver but the correct paths are /opt/mssql-tools/bin/sqlcmd and /opt/mssql-tools/bin/bcp.
mtorromeo commented on 2017-02-07 08:07 (UTC)
Nothing, I'll do it.
karuna_murti commented on 2017-02-07 06:36 (UTC)
@mtorromeo updated
flash2k2 commented on 2017-02-07 04:12 (UTC)
mtorromeo:
There were some conflicts with my mssql-server package. So I created separate packages.
I agree to merge them now. What should I do for this?
mtorromeo commented on 2017-02-06 16:34 (UTC)
Any reason to use this "-ubuntu" version over the similar mssql-tools (using rpm packages)?
If you are okay with it I would like to merge mssql-tools-ubuntu into mssql-tools and msodbcsql-ubuntu into msodbcsql
Pinned Comments
ryanbarillos commented on 2024-08-28 08:47 (UTC)
Package has now been updated to the most latest version of 18.4.1.1
Yay!
ryanbarillos commented on 2024-01-18 09:25 (UTC)
NOTES: