zzzprojects / Dapper-Plus

Dapper Plus - High-Efficient Bulk Actions (Insert, Update, Delete, and Merge) for .NET
https://dapper-plus.net/
385 stars 85 forks source link

Support for Microsoft.Data.Sqlite.SqliteConnection #24

Closed tedypranolo closed 6 years ago

tedypranolo commented 6 years ago

For .net core I'm using Microsoft.Data.Sqlite instead of System.Data.Sqlite, I'm getting the exception : The Provider could not be resolved. You must explicity set the Provider

Is Microsoft.Data.Sqlite.SqliteConnection not supported?

JonathanMagnan commented 6 years ago

Hello @tedypranolo ,

Unfortunately no, the Microsoft.Data.Sqlite is not yet supported.

We will look at it and try to support it ASAP.

I will give you a status of our progress next Monday.

Best Regards,

Jonathan

tedypranolo commented 6 years ago

Thank you Jonathan. I look forward to the update. Hopefully the api is identical to System.Data.Sqlite.

JonathanMagnan commented 6 years ago

Hello @tedypranolo ,

The v1.3.10 has been released.

We added the first version of our support for Microsoft.Data.SQLite provider

I'm very sorry for missing to give you an update.

Could you try it and let me know about your result?

Best Regards,

Jonathan

tedypranolo commented 6 years ago

Thank you very much for the update. I will you know as soon as can update my code with the new version.

JonathanMagnan commented 6 years ago

Hello @tedypranolo ,

This issue will be closed since it has been resolved.

Feel free to reopen it if you feel otherwise.

Best Regards,

Jonathan