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
There appears to be a bug in the current version of the MySQL entity
framework implementation where using the string's ".Equals" results in a
"LCASE" command that throws a null reference exception. Since MySQL is not
case sensitive we can simple remove this part of the database calls for
now...
0 commit comments