Gauthier Segay

Results 385 comments of Gauthier Segay

@Pipsy100 could you precise the context you are getting this message from? This library won't work under Fable, if you need mssql client through Fable, you'd probably look for a...

@charlesroddie, AFAIR it corresponds to the return value of `ExecuteNonQuery`, the number of rows impacted by the statement. https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlcommand.executenonquery?view=netframework-4.8#returns

erm, urls on github, and well, stateful internet. Thanks for the report, I'll update it!

404 at github, is a bigger issue, that didn't get much attention, mindblowingly.

@abhiranjankumar00 can you confirm disabling the setting @vasily-kirichenko points at is a valid workaround? When I compile/run VFPT in DEBUG, I've seen error related to TODO comment extractor which I...

@abhiranjankumar00 thanks for the update, I'm seeing this is running on VS2013 while I was testing in 2015. For example that last message seems to be an issue with conflicting...

Instead of this: ``` fsharp let GetRawCommand ISqlCommand> (cmd : 'a) = let command = cmd.Raw.Clone() for p in command.Parameters do if p.ParameterName.StartsWith("@") then p.ParameterName

I'm discussing sibbling matters: https://github.com/fsprojects/FSharp.Data.SqlClient/issues/334#issuecomment-481697157 https://github.com/fsprojects/FSharp.Data.SqlClient/issues/265#issue-210774106 The way https://github.com/rspeele/Rezoom.SQL handles this is to have a split between prepare (which doesn't need any hot context) and execution, and this is a...

It fails with > FSC : error FS0226: The file extension of 'C:\Program Files\dotnet\sdk\5.0.100\FSharp\fsc.exe' is not recognized. Source files must have extension .fs, .fsi, .fsx, .fsscript, .ml or .mli. [C:\projects\fsharp-data-sqlclient\src\SqlClient.TestProjects\SqlClient.Tests.NET40\SqlClient.Tests.NET40.fsproj]...

@charlesroddie thanks a lot for explaining how you work around IDE performance issue. The main issue for switching for generated types is that there needs to be a way to...