Closed wimski closed 3 years ago
@daniel-de-wit I've come to the conclusion that there is no conclusive way to dynamically determine any deviations from the standard email unique constraint. 99% of cases will have 'users' with an 'email' field that should be unique. For those that deviate, they can change the schema which should be published anyway. So I consider this a non-issue.
The following definition exists with validation for user email uniqueness.
This validation has two potential issues:
Further investigation is needed how to solve this.