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

The following type 'varchar' is not yet supported for the provider 'SQLiteMicrosoft'. #42

Closed tedypranolo closed 5 years ago

tedypranolo commented 5 years ago

I'm trying to insert to varchar column in Sqlite and was getting this error message The following type 'varchar' is not yet supported for the provider 'SQLiteMicrosoft'. Is there a reason why varchar is not supported? Is there a workaround?

JonathanMagnan commented 5 years ago

Hello @tedypranolo ,

Thank you for reporting, we will look at it this Monday.

I see no reason why this column type is not supported.

Best Regards,

Jonathan

JonathanMagnan commented 5 years ago

Hello @tedypranolo ,

The v1.4.5 has been released. The support for this type has been added.

My developer has found a few more types that are still not supported on our side for SQLiteMicrosoft. We will work on it tomorrow and release a new version.

Best Regards,

Jonathan

tedypranolo commented 5 years ago

Thank you very much.

JonathanMagnan commented 5 years ago

No problem ;)

Just to let you know, the v1.4.6 has been released with additional type supported.

JonathanMagnan commented 5 years ago

Hello @tedypranolo ,

We will close this issue since it looks to be completed.

Best Regards,

Jonathan