mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
It can result in wrong results if values contain special % or _ characters. It is safer to use SQL LOWER function and compare for equality.
It can result in wrong results if values contain special % or _ characters. It is safer to use SQL LOWER function and compare for equality.