Unnecessary LOWER? #45162
Closed
Attila-SWE
started this conversation in
Ideas
Unnecessary LOWER?
#45162
Replies: 2 comments
-
You seem to forget that Joomla supports also PostgreSQL, so the PHP code has to cover not only MySQL or MariaDB. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok! That explains the reason for LOWER(). Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
joomla-cms/libraries/src/Table/User.php
Line 277 in 689c33f
Since collation for #__users is case insensitive i guess the LOWER( here is unnecessary and just decreases performance? Found it in my slow_log.
Beta Was this translation helpful? Give feedback.
All reactions