Package Details: azuredatastudio-bin 1.48.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: 38
Popularity: 1.07
First Submitted: 2020-06-16 23:00 (UTC)
Last Updated: 2024-02-28 21:57 (UTC)

Latest Comments

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

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.

the-k commented on 2018-10-19 10:22 (UTC)

Hey. Would you mind renaming the package to azuredatastudio? It's been renamed recently and the Debian package is named azuredatastudio too.

wiill commented on 2018-09-20 20:30 (UTC)

Before someone flags this for the new 0.33.x versions.

I will update this package for PUBLIC PREVIEW releases only (not Insider Preview).

Also, they tend to change and remove builds a lot (even for Public Previews), so expect a delays as I wait and see if the new release "sticks" before committing to it.

lightdot commented on 2018-08-30 16:12 (UTC)

They've uploaded the 0.32.6 files again and also released the August Public Preview as 0.32.7 at the same time. It builds cleanly...

wiill commented on 2018-08-29 23:50 (UTC) (edited on 2018-09-04 18:38 (UTC) by wiill)

I swear 0.32.6 had binaries before, I mean I built and installed it locally before pushing. Maybe I can try downgrading it.

esh commented on 2018-08-29 14:59 (UTC)

Is anyone else unable to connect using this? I get a connection timeout every time I attempt to connect to a server, both using 0.32.1 and the new 0.32.5: System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired. (Unknown error 258)

I'm just trying to connect to an IP address as the "sa" user, no non-standard ports or Windows authentication or anything fancy. The same thing works just fine using the sqlsrv extension for PHP and pymssql for Python (which uses freetds AFAIK). :-S

navarroaxel commented on 2018-08-29 07:07 (UTC)

Hi! thanks for update sqlops! But the version 0.32.6 has no binaries: https://github.com/Microsoft/sqlopsstudio/releases/tag/0.32.6

The latest compiled version in github is 0.32.5: https://github.com/Microsoft/sqlopsstudio/releases/tag/0.32.5