Kim Jämiä

Results 22 comments of Kim Jämiä

So does this mean that Azurite can't be used with SQL Server 2022 Polybase?

I tested this against a local MS SQL Server and it worked correctly but with Azure SQL Database and access token authentication grate seems to go into a loop. It...

Interestingly, the first time I ran grate, it seemed to run some internal migrations also: ``` > dotnet grate --connectionstring "Server=***.database.windows.net;Database=kimtest" --accesstoken $sqltoken Initializing connections. Running grate v1.7.0 (build date...

I created a new empty db and ran grate locally and waited until it exited (previously I killed it after I saw it ran multiple migrations). The DB is an...

I have the exact same issue and my Windows username also includes the letter "ä" which shows up as "Σ" in the output window in Visual Studio. Steps to reproduce:...

I just tested that `Grpc.AspNetCore` 2.67.0 installs `Grpc.Tools` 2.67.0 as a transitive dependency where this is still occurring but if I update `Grpc.Tools` to 2.69.0 it works (2.68.0 doesn't work).

I would be very happy if TF worked with Storage Blob Data Contributor permissions on the container level. I assumed that's what `use_azuread_auth = true` would do but apparently in...

And why is it not the default behavior to show scrollbars? What's the purpose of hiding that useful information?

FYI, I debugged this a bit and it hangs after the permissions scripts have run when `AnsiSqlDatabase.InsertScriptRun(..)` calls `ExecuteAsync(..)`.