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 I'm trying to use the typeprovider with netcoreapp3.0 (3.0.100). But it is not working for me. I alread tried to reference System.Data.SqlClient. Ionide is failing as well. ###...
seems i cannot see the types for the tables in postgres, i dont see compilation errors...
### Description I'm getting this error when I execute "dotnet run" ``` Unhandled Exception: System.TypeLoadException: Could not load type 'System.Data.SqlClient.SqlConnection' from assembly 'System.Data.SqlClient, Version=4.2.0.0, Culture=neutra l, PublicKeyToken=b03f5f7f11d50a3a'. at FSharp.Data.Sql.Providers.MSSqlServerProvider.FSharp-Data-Sql-Common-ISqlProvider-CreateConnection(String connectionString)...
**Describe the bug** Would be nice if resolution path would be inferred by .nuget directory of .fsx script automatically... also seems #r "nuget: System.Data.SqlClient" is required else the type throws...
**Describe the bug** I want to use SQLProvider with SQL Server in .NET 5 FSI. I'm using WSL (Ubuntu) on Windows. No matter how I try to load it, it...
The linked project includes CI and a Dockerfile for a sample app that uses SQLProvider. ## Proposed Changes The lack of guidelines on how to build and deploy a project...
The latest Npgsql 4.0 and SQLProvider do not work together. One has to use an older version of Npgsql. Using Npgsql 4.0 and latest SQL Provider in one project together,...
**Describe the bug** If you have a database with two tables named `TableName` and `Table_Name`, SQLProvider will be unable to resolve the names. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Existing code ran without problems. Then the database was moved to a new MSSQL server. There was an upgrade from 2012 to 2019. However, after adjusting the...
I'm working with a SQLite database that contains some data that needs decimal precision (basically money amounts). In order to keep precision, this data is saved on a TEXT column...