Dag Sverre Seljebotn

Results 14 comments of Dag Sverre Seljebotn

No, there is definitely a need for applications to automatically react to conditions like this. Unless you are suggesting we hook the logger up to the caller and the caller...

I would argue the public interface is changed in a minor way? The only observable difference is which structs implements Error interface, but it looks the same from using Error?

We simply want to retry the "outer" HTTP request into our backend automatically (without returning 503 and have the client do retry) for any kind of transient error. We use...

Force-pushed proper fix + test coverage

The azuresql:// prefix is not my idea and I found it inconvenient... it is part of the "azuread" subpackage that is already merged and I just followed the lead from...

Appears the build is ok except for one SQL Server version that wasn't available. I don't know how to restart (if it is a transient problem) and assume I can't...

The error in pipeline is ``` Start-Service : Service 'SQL Server (SQL2014) (MSSQL$SQL2014)' cannot be started due to the following error: Cannot start service MSSQL$SQL2014 on computer '.' ``` ...so...

I tried to support mssqldb.Money{...} but it isnt passed through database/sql to the driver. Strings?... I am thinking perhaps one needs another API than database/sql for bulk import, a way...

It is the same problem in the open numeric/decimal bulk insert PR. Using float64 should at least be out of the question IMO. (I do not wish to use float64...