Package Details: azuredatastudio-bin 1.50.0-1

Git Clone URL: https://aur.archlinux.org/azuredatastudio-bin.git (read-only, click to copy)
Package Base: azuredatastudio-bin
Description: A data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW. (official prebuilt version)
Upstream URL: https://github.com/Microsoft/azuredatastudio
Keywords: mssql
Licenses: custom: microsoft
Conflicts: azuredatastudio
Submitter: wiill
Maintainer: wiill
Last Packager: wiill
Votes: 39
Popularity: 0.24
First Submitted: 2020-06-16 23:00 (UTC)
Last Updated: 2024-11-21 00:41 (UTC)

Pinned Comments

wiill commented on 2024-10-14 16:53 (UTC)

If your system is setup to build debug packages there will be conflicts between thhis one and visual-studio-code-bin-debug since both of them contain a few identical binaries.

The easiest way to solve this is to either simply not build the debug packages or uninstall visual-studio-code-bin-debug.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ImNtReal commented on 2019-06-28 19:43 (UTC) (edited on 2019-06-28 20:53 (UTC) by ImNtReal)

Interestingly, it appears I can connect to remote databases if I execute it as root like: sudo azuredatastudio --user-data-dir /var/lib/azuredatastudio, so I'm not sure where the error is.

ImNtReal commented on 2019-06-28 15:54 (UTC)

@kvasthval, I'm still unable to connect to MS SQL Servers with the latest version. I've validated my connection information works in ADS from a Windows machine. Anyone ever figure this out?

zrbrc commented on 2019-06-16 23:53 (UTC)

@wiill

I was able to change the default away from ADS, but it still makes no sense why ADS is taking over as the default File Manager. I dont see inode/directory in the vscode .desktop file, just MimeType=text/plain;

Thanks.

wiill commented on 2019-06-15 01:22 (UTC)

@zrbrc

The .desktop is based off the VSCode one (ADS is just a fork) which also includes the inode/directory, it's there to allow "Right Click > Open in ADS" or something similar on folders (haven't used a DE in forever). It shouldn't cause conflicts, check your default application settings.

zrbrc commented on 2019-06-14 14:55 (UTC)

I'm having a small issue b/c of the included .desktop file. I cannot set a keybind for Explorer/File Manager/Nautilus in Gnome b/c of the inode/directory mime type, if I do, it opens ADS instead. It also causes any app that has a Browse button to open ADS instead of File Manager. Is there a reason it has that include that I'm missing? If I remove it from the .desktop file and the cache file, then all works great.

Thanks.

kal commented on 2019-04-06 23:40 (UTC)

Thanks a lot wiill - much appreciated !

mkolassa commented on 2019-03-19 12:06 (UTC)

Quick patch for 1.5.1 update. Please note that I left pkgrel=0 so as not to interfere with the update that will get posted by wiill.

diff --git a/PKGBUILD b/PKGBUILD
index 411ff22..8cecb03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: William Turner <willtur.will@gmail.com>
 pkgname=azuredatastudio
-pkgver=1.4.5
-pkgrel=1
+pkgver=1.5.1
+pkgrel=0
 pkgdesc="Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW (formerly SQL Operations Studio)."
 arch=('x86_64')
 url="https://github.com/Microsoft/azuredatastudio"
@@ -14,7 +14,7 @@ conflicts=('sqlops')
 options=('staticlibs')
 source=("https://github.com/Microsoft/${pkgname}/releases/download/${pkgver}/${pkgname}-linux-${pkgver}.tar.gz"
         "${pkgname}.desktop")
-sha256sums=('e7938e48e21fc22a6dfc70bc0f550b5dcc461465a752f2b3a3db1e0f1bbf19f5'
+sha256sums=('4f5f56e66488a81d58f215960755c3d252c2218ef300a6dec5593140d97f5fee'
             '4f7fa4bbc74249a1494f4df6aaba8e60c670a478c78bd73b4f0d19e4c802f5c5')

 package() {

kal commented on 2018-12-25 20:47 (UTC)

Thanks for your work on this wiill.

Just a small request. Would it be possible to have the application install into "/opt" similar to vscode and teams-for-linux ?

Thanks

navarroaxel commented on 2018-10-30 14:40 (UTC)

I think if this package was replace you should mark this package as orphan.

wiill commented on 2018-10-22 19:37 (UTC) (edited on 2018-10-22 19:38 (UTC) by wiill)

The new version was pushed as azuredatastudio and a request for merge was sent.

Please install the new one instead of this one.