Commit 5adf97d
committed
fix: exception when calling database
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...1 parent 9ec0ff9 commit 5adf97d
File tree
1 file changed
+1
-1
lines changed- src/Nullinside.Api.Common.AspNetCore/Middleware
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments