Closed logston closed 2 years ago
To tackle this problem, we need if there is a db agnostic means of comparing two strings in a case insensitive way. For example, do all databases support UPPER
(ie. UPPER(email) =
UPPER(test@example.com)`)?
UPPER
is part of the SQL standard, and supported by at least MySQL, PostgreSQL, and SQLite.
Pushed another set of changes.
From https://github.com/15five/django-scim2/issues/76