Gauthier Segay
Gauthier Segay
related: * #380 * #373 * https://github.com/dotnet/fsharp/issues/10323 @samhanes I'm not sure what is the status on this, but building projects referencing the provider without full framework compiler seems to be...
@MrGodlike6 thanks for the extensive bug report. What I remember on top of my head is that SqlEnumProvider relies on some ADO.NET APIs that the two other type providers are...
#393 is affected by this I suspected this is constructed with different values between Azure SQL and local SQL. https://github.com/fsprojects/FSharp.Data.SqlClient/blob/8bf8672162d588a1ceb503fd15d4df43e3655d14/src/SqlClient.DesignTime/DesignTime.fs#L549-L555 SqlMetaData.cs @ [referencesource.microsoft.com](https://referencesource.microsoft.com/#system.data/system/data/Sql/SqlMetaData.cs) The constructors are likely to throw an...
@chinwobble I've put a description on how to build / run the documentation on your end if you like to help by submitting a PR with added documentation: https://github.com/fsprojects/FSharp.Data.SqlClient/blob/1e5d276dc4842f8e8bdfb28995fc603489b2e438/CONTRIBUTING.md#contributing-to-the-docs You...
@avalente thanks for the excellent bug report. Default values are bad, I keep assuring my suroundings about that fact whenever one is added to schemas 😄. More seriously, if you...
Thanks for reporting this @cmeeren, I wasn't aware that `AllParametersOptional` was also marking the parameters as optional in F# sense, I thought it only changes the type of the parameters...
> you might want to require at most one of them being specified (returning an error if both are supplied) This is a great idea if we go with another...
@cmeeren, if you need to implement the work around in the meantime: https://github.com/fsprojects/FSharp.Data.SqlClient/blob/5cd650a5586a31109829658c0f1713cf97d5d19f/src/SqlClient.DesignTime/DesignTime.fs#L587 Could you give a try at removing `, optionalValue = null` on that line, I think that...
@cmeeren thanks for the report, can you share what the type provider instanciation looks like? The change in 2.0.7 is about table types, there was a tweak around constructing `SqlMetaData`...
We may deal with inconsistency among different versions of SQL Server, could you run the following query in both your local and production environment and bring back any difference you...