Ross McKinlay
Ross McKinlay
I agree. Without said enhancement, this otherwise promising library is worth Nothing.
probably not the answer you are looking for - I personally would never unit test this kind of stuff. Since you are entirely reliant on the response of the actual...
would suggest we simply re-use the existing static parameter, shame it is named `OdbcQuoteCharacter` ...
ping @gibranrosa
It might be useful in this case if we can have a look at what SQL it is generating, you can use `FSharp.Data.Sql.Common.QueryEvents.SqlQueryEvent |> Event.add (printfn "Executing SQL: %s")` to...
Sorry, I totally forgot about this. The Oracle code seems to be dealing with left joins appropriately, but I don't have an Oracle system to test it with. @colinbull ?
@colinbull did this get fixed in the end? I remember we (you) were looking at it at F#ex ..
yes this should be pretty easy to do, we will get it in for the coming V1. It might be nice to put sprocs under their schemas as well, on...
ah, sorry, I missed this one. Right now we do not support table valued parameters for functions or stored procedures in SQL server (or any UDTs). It is possible, but...