From e8ba89750bae05438d729302c62f092ce3e5f01c Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 1 Jul 2021 15:44:54 -0700 Subject: [PATCH] Update sqlite (#15973) --- package.json | 2 +- test/smoke/src/sql/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05401369dd..2222f46c92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.31.0", - "distro": "9eab1e6d6180c1a560a4a50eb9e6e99641549329", + "distro": "9c5f9c1fe9efe543ee235b94d5fdc57553c2d271", "author": { "name": "Microsoft Corporation" }, diff --git a/test/smoke/src/sql/main.ts b/test/smoke/src/sql/main.ts index 99172313a1..a4b3781b2e 100644 --- a/test/smoke/src/sql/main.ts +++ b/test/smoke/src/sql/main.ts @@ -35,7 +35,7 @@ const PLATFORM = '${PLATFORM}'; const RUNTIME = '${RUNTIME}'; const VERSION = '${VERSION}'; -const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/download/1.3.0/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`; +const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/download/1.4.0/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`; export async function setup(app: ApplicationOptions): Promise { console.log('*** Downloading test extensions');