linq2db / LinqToDB.Identity

ASP.NET Core Identity provider that uses LinqToDB.
https://linq2db.github.io/
MIT License
46 stars 9 forks source link

MySQL and DateTimeOffset? LockoutEnd #13

Closed Quentinb closed 5 years ago

Quentinb commented 6 years ago

I'm running the identity system against a MySQL DB and get SQL syntax errors for DateTimeOffset. MySQL does not support the datatype.

Found some related notes on the interwebs

sdanyliv commented 6 years ago

@Quentinb, please report bugs related to core library in main repository. With samples ) Thanks

Quentinb commented 6 years ago

@sdanyliv thanks for the feedback. I have created one here