FsSql icon indicating copy to clipboard operation
FsSql copied to clipboard

Functional wrapper around ADO.NET for F#

Results 17 FsSql issues
Sort by recently updated
recently updated
newest added

Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.7.0 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...

dependencies

Is there any nice ways of reading a sequence of mapped results lazily after opening a data reader, without getting 'System.InvalidOperationException: DataReader has been closed`?

bug

I've ported FsSql to .NET Core 2.0. With some changes: - tests are working only on Windows, because I don't know what is actual SQLite NuGet for Linux now. -...

I'm following the docs and trying to get a basic example working where I read some values out of my database. F# insists that `(row?mood).Value` is an indeterminate type. It's...

https://icanhasdot.net/result?github=logary~2Flogary

![screen shot 2015-02-18 at 09 21 25](https://cloud.githubusercontent.com/assets/193115/6244149/92392194-b74f-11e4-8fd1-7d965916f132.png) Right now `mono NuGet.exe pack` doesn't produce usable nugets. I haven't investigated further.

I'm getting an error if I call return Rollback from within a nested transactional function with Mono.Data.SQLite (or SQLite in general). ``` fsharp let internal op eid = Tx.execNonQueryi "insert...

Please add support for `asRecord` deserializing fields into single-case discriminated unions. For example, I have a `type Int6 = Int6 of int`, which I just use for `int`s 0

As a user, Doing joins, I may not want to duplicate all DTOs, But if I don't, I get these exceptions: ``` Exception: Mono.Data.Sqlite.SqliteException: SQLite error no such column: r.images...

Look into making table-valued parameters easy to use: http://msdn.microsoft.com/en-us/library/bb675163.aspx