Alan Ren
Alan Ren
MySQL allows connecting to a server and do server level queries, our current implementation requires the database to be non-empty. as a result, the database dropdown is disabled for MySQL....
the createFunction api is returning Promise right now: https://github.com/microsoft/vscode-azurefunctions/blob/main/src/vscode-azurefunctions.api.d.ts#L11 I am from Azure Data team, we need the information of newly created function and project (if no project exists) so...
Run the following script to create a node table. ```T-SQL CREATE TABLE [dbo].[person] ( [creationDate] DATETIME NOT NULL, [personId] BIGINT NOT NULL, [firstName] nvarchar (MAX) NOT NULL, [lastName] nvarchar (MAX)...
in https://github.com/microsoft/azuredatastudio/blob/main/src/sql/workbench/services/connection/browser/connectionManagementService.ts#L800, we have a function to provide the default authentication type. it is reading it from the config, there are couple issues: 1. at connection provider level, some provider...
When “Edit Data” is clicked for a graph table, it just hangs. I attached WinDbg to see what’s happening and I see a bunch of exceptions. The problematic one which...