issues
search
fsprojects
/
SQLProvider
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
580
stars
146
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Could not load assembly Microsoft.Data.SqlClient
#834
halcwb
opened
1 week ago
0
Docs update
#833
Thorium
closed
3 weeks ago
0
Tiny optimisations
#832
Thorium
closed
2 months ago
0
More efficient async-head queries, support for more complex order-bys
#831
Thorium
closed
2 months ago
0
Fix cached return columns for function
#830
TheJayMann
closed
2 months ago
1
MSSQL with ContextSchemaPath using Scalar Function loses return value
#829
TheJayMann
closed
2 months ago
1
[Question, Postgres, Schemas] Is there a way to select a schema at runtime?
#828
aggieben
closed
2 months ago
2
Remove globals.json and build with NET 8.0 compiler
#827
Thorium
closed
1 month ago
1
Code can run for `SQLite`, but displays an error in the editor
#826
phasetr
closed
3 months ago
6
Make the niceName function even faster
#825
Thorium
closed
4 months ago
0
Detect computed columns
#824
willibrandon
closed
5 months ago
1
Initial support for DuckDB
#823
Thorium
closed
6 months ago
1
Does `join` supports the `or` operator?
#822
64J0
closed
6 months ago
2
Bump Npgsql from 3.2.5 to 4.0.14 in /tests/SqlProvider.Core.Tests/Postgres
#821
dependabot[bot]
opened
6 months ago
0
Error in simple SQLProvider project. 'dataContext' does not define the field Main.
#820
shin0kaze
closed
6 months ago
6
Support for DuckDB
#819
NatElkins
closed
5 months ago
2
SQLite provider ResolutionPath fail
#818
FedericoTauto
closed
7 months ago
8
Transaction support for Microsoft.Data.Sqlite provider
#817
FedericoTauto
closed
8 months ago
3
SQLite Provider using Microsoft.Data.Sqlite library does not perform updates transactionally
#816
FedericoBinda
closed
5 months ago
7
fix NET8 macos - please try on mac and net8 (not working)
#815
jkone27
opened
8 months ago
0
OnConflict.Update ignores None/ValueNone values when using DatabaseProviderTypes.POSTGRESQL
#814
mishun
opened
10 months ago
2
Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /tests/SqlProvider.Core.Tests/Benchmarks
#813
dependabot[bot]
closed
10 months ago
0
Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /tests/SqlProvider.Core.Tests/MsSqlSsdt/MsSqlSsdt.Tests
#812
dependabot[bot]
closed
10 months ago
0
Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /tests/SqlProvider.Core.Tests/MsSql
#811
dependabot[bot]
closed
10 months ago
0
Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /tests/SqlProvider.Core.Tests/SQLite
#810
dependabot[bot]
closed
10 months ago
0
Bump Microsoft.Data.SqlClient from 5.1.1 to 5.1.3 in /tests/SqlProvider.Core.Tests/Benchmarks
#809
dependabot[bot]
closed
10 months ago
0
Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0
#808
jkone27
opened
10 months ago
25
Typeprovider not working when compiled with dotnet build
#807
afaayerhan
closed
10 months ago
11
Schema-cache search changed to getColumns
#806
Thorium
closed
1 year ago
0
Migration guide to 1.3.x
#805
Thorium
closed
1 year ago
3
Is it possible to pull down a partial row and then update it?
#804
JordanMarr
closed
1 year ago
1
fix for where-clause parameter type selection, #801
#803
Thorium
closed
1 year ago
0
Some performance improvements
#802
Thorium
closed
1 year ago
0
Performance in SQL Server when comparing `varchar` column against `string` parameter
#801
TheJayMann
closed
1 year ago
23
dotnet 8.0.100-preview.6.23330.14 error.
#800
WillEhrendreich
opened
1 year ago
12
Auto-generate types by `dotnet publish` time
#799
64J0
closed
1 year ago
3
`SqlRuntime.DataContext.addCache` timeout on first query when application starts
#798
Choc13
closed
1 year ago
8
SubmitUpdates ordering
#797
gbtb
closed
1 year ago
3
OnConflict implementation for SQLite provider uses wrong feature of SQLite
#796
gbtb
opened
1 year ago
3
Simple group by query with postgresql causes doubling up of double quotes when using double quoted declared fields
#795
kgday
opened
1 year ago
3
[Question] How to use Pragma with SQLITE?
#794
OnurGumus
opened
1 year ago
6
Incorrect FROM statement is produced when a table name contains periods
#793
jasonmcboyd
opened
1 year ago
2
SQLProvider + PostgreSql works with Rider and VSCode but not visual studio 2022
#792
kgday
opened
1 year ago
0
MSSQL stored procedures does not correctly works with schemas
#791
kkkmail
opened
1 year ago
0
Add OnConflict handling for MySQL.
#790
Choc13
closed
1 year ago
18
Issue with connecting to PostgreSQL database
#789
wis-niowy
opened
1 year ago
1
(Odbc) Add support for views instead of only tables
#788
tlsomers
closed
1 year ago
2
(sqlite) add support for column that has no type showed in `pragma table_info`
#787
ijklam
closed
1 year ago
2
[Microsoft,System].Data.SqlClient is not supported on this platform
#786
moh-incom
opened
1 year ago
20
better explanation of design time commands.
#785
WillEhrendreich
closed
1 year ago
1
Next