Skip to content

Conversation

ProgrammingByPermutation
Copy link
Collaborator

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...

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...
@ProgrammingByPermutation ProgrammingByPermutation merged commit 7ee3bfe into main Jan 21, 2025
4 checks passed
@ProgrammingByPermutation ProgrammingByPermutation deleted the bug/DbCrash branch January 21, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant