SQLProvider
SQLProvider copied to clipboard
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
### Description Hi I want to use an oracle wallet as a part of my connection string but I can't seem to be able to get it to work with...
### Description Running build.cmd (as per build instructions) fails on Windows with no .NET 3.5 framework installed. ### Expected behavior All green build. ### Actual behavior ``` Starting Target: RunTests...
**Describe the bug** The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Could not create the connection, most likely this means that the connectionString is wrong. See error from Npgsql to troubleshoot:...
**Describe the bug** Updates from SQLProvider should be transactional. In the example below, the row in the Parent table is created even though the creation of the Child row fails...
**Describe the bug** when I try to build with dotnet 8.0.100-preview.6.23330.14 sdk i get this error: The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Un able to load one or more...
not working macos net8 ## Proposed Changes Fix PGSQL on NET8 and MacOs, not working yet. ``` error FS3033: The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Could not create the...
Hi! **Describe the bug** If I create following simple key-value pairs Postgresql database: ```sql begin; create table "Test" ( "ID" int4 generated by default as identity primary key, "Value" int4...
In PostGreSq with a table where the fields are declared double quotedl, I have the following query: ``` let! costs = query { for pol in ctx.Public.PurchaseOrderLine do where (pol.JobId.Value...
**Describe the bug** I think that implementation of OnConflict uses wrong feature of SQLite. If you check the [SQLite docs](https://sqlite.org/lang_conflict.html) mentioned in https://fsprojects.github.io/SQLProvider/core/crud.html#OnConflict you'll see that "ON CONFLICT clause applies...
**Describe the bug** SqlDataProvider gives compile error related to the use of Microsoft.Data.SqlClient in a fresh install of Console template in F# .Net 6.0.113 on Ubuntu 22.04. Problem is reported...