We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea4bd2 commit 6575481Copy full SHA for 6575481
src/Rezoom.SQL.Mapping/CommandBatch.fs
@@ -24,7 +24,8 @@ type private CommandBatchRuntimeBackend =
24
| "Npgsql" -> Postgres
25
| "MySql.Data.MySqlClient" -> MySQL
26
| "System.Data.SQLite"
27
- | "Devart.Data.SQLite" -> SQLite
+ | "Devart.Data.SQLite"
28
+ | "Microsoft.Data.Sqlite"-> SQLite
29
| _ -> Other
30
member this.MaxParameters() =
31
match this with
0 commit comments