Add support for case sensitive validation to UniqueFieldValuesConstraint

Created on 7 February 2024, 9 months ago
Updated 21 March 2024, 8 months ago

Problem/Motivation

UniqueFieldValuesConstraint only makes case insensitive validation.
This was previously because the comparison was done via SQL query which is typically case insensitive.
Now however, it works via PHP

Steps to reproduce

Proposed resolution

Add a configuration option to the constraint to support case insensitivity

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Feature request
Status

Needs work

Version

11.0 🔥

Component
User system 

Last updated 2 days ago

Created by

🇬🇧United Kingdom Shamrockonov

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024