Skip to content
Snippets Groups Projects
Commit 1190d0ab authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Added concern for case-insensitive WHERE queries

On PostgreSQL these queries use LOWER(...) to compare columns and
values. For MySQL a regular WHERE is performed as MySQL is already
case-insensitive.
parent 85c6a374
No related branches found
No related tags found
1 merge request!1531Improve performance of Project.find_with_namespace
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment