You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var roles = await userManager.GetRolesAsync(user);
Throw exceprion
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1userRoleINNER JOINAspNetRolesrole_1ONuserRole.RoleId=role' at line 4
The text was updated successfully, but these errors were encountered:
Message is strange, because linq2db failed to escape table name identifier. Otherwise it should have complained about unknown table userroles`1. I will create issue for linq2db
I use default Identity classes.
And this initialization at sturtup. Users and Roles have int id.
I tried to
var roles = await userManager.GetRolesAsync(user);
Throw exceprion
The text was updated successfully, but these errors were encountered: