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.
- Fixed build where document generation failed on some environments. - Moved Paket to use separate Build group dependencies - Updated FShap.Formatting and FAKE and some other dependencies
I think it's really bad UX that the library lets you use unsupported `query` operators without any compile-time warning, and you have to look in the documentation to find out...
### Description When calling `SaveContextSchema()` and specifying the `ContextSchemaPath` in the SqlDataProvider, the table names are serialised but not the table definitions themselves. This means that the program can't compile...
**Describe the bug** In a netcoreapp3.1 project creating a SqlTypeProvider with provider type SQLITE yields a vague exception **To Reproduce** Steps to reproduce the behavior: 1. Create a new console...
In the api , I am not seeing any support for cancellation. Is it possible to cancel long running queries ?
**Describe the bug** I am trying to left join "sheets" entity but I can't get it to work properly. The documentation says that leftOuterJoin is not supported, but I see...
### Description A Guid option is throwing an exception with a query. ### Repro steps 1. Table Definition: ``` CREATE TABLE MySchema.MyTable ( Id uniqueidentifier NOT NULL , ObjectId uniqueidentifier...
I want to call a function in my Postgres database. I did it like in the example here: https://fsprojects.github.io/SQLProvider//core/programmability.html (I used database provider type POSTGRESQL instead) But when I want...
**Describe the bug** Fails to map a table that contains a column with geometry when is used postgres provider **To Reproduce** Steps to reproduce the behavior: 1. Create a table...
Computed columns should be excluded from insert clause when calling strongly-typed (column-listed) .Create(...) methods. This is already working in MySQL and SQL Server, but Oracle, Postgres and Firebird is still...