Tuomas Hietanen
Tuomas Hietanen
I was thinking that could we give another overload for the procedure invoke that would take e.g. anonymous record that would map the parameters. (edit: e.g. taking an object, and...
I was thinking that besides the current `.Invoke(1, "ABC", "foo", 42)` there would be also `.Invoke {| Diameter = 42; Area = "foo" |}` ...and it'd be totally up to...
Sorry, commented to wrong issue. Deleted the comment.
This is weird as there is no "LocalTranslation" mentioned in SQLProvider code-base. So a few things: - The database driver. Are you using the same driver? System.Data.SqlClient.dll? - Is the...
Do you have the missing threading dll (from another NuGet package) also in the reference path?
I'll tried it says `non-blocking socket operation could not be completed immediately [::1]:5432` on SqlDesignTime.fs line 62-63 `con.Open()` and `prov.CreateTypeMappings con`. Something related to this? https://github.com/npgsql/npgsql/issues/1183 (Reproducable just by putting...
@GiorgioG are you going to make a PR for the info?
After [this](https://github.com/microsoft/visualfsharp/issues/6305) is fixed, maybe we could create some easier install packages for SQLProvider, containing immediately working the correct dependencies for each database separately.
That is an error in your query. E.g. You select x.Value of option type, not checking it to be null first?
seems reasonable and easy addition