Skip to content

Instantly share code, notes, and snippets.

@willwright82
Created April 19, 2017 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willwright82/2b6244d042418ba455cb937306a29933 to your computer and use it in GitHub Desktop.
Save willwright82/2b6244d042418ba455cb937306a29933 to your computer and use it in GitHub Desktop.
Match lowercase postgresql query
user.email = "UsERname@DOMain.com"
User.where("LOWER(email) = LOWER(?)", user.email).first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment