Skip to content

Commit 6575481

Browse files
committed
Detect Microsoft.Data.Sqlite.
1 parent 9ea4bd2 commit 6575481

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Rezoom.SQL.Mapping/CommandBatch.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ type private CommandBatchRuntimeBackend =
2424
| "Npgsql" -> Postgres
2525
| "MySql.Data.MySqlClient" -> MySQL
2626
| "System.Data.SQLite"
27-
| "Devart.Data.SQLite" -> SQLite
27+
| "Devart.Data.SQLite"
28+
| "Microsoft.Data.Sqlite"-> SQLite
2829
| _ -> Other
2930
member this.MaxParameters() =
3031
match this with

0 commit comments

Comments
 (0)