You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might not been an issue, but it's something I'm struggling with.
I'm working a project based on Symfony 4. I'm trying to make the @UniqueEntity works on an @Encrypted field, and I can't figure out how.
Without the @Encrypted annotation, the @UniqueEntity annotation prevents the duplication
With the @Encrypted annotation, the @UniqueEntity annotation allows the duplication
I feel like I'm missing something obvious here :)
It might not been an issue, but it's something I'm struggling with.
I'm working a project based on Symfony 4. I'm trying to make the @UniqueEntity works on an @Encrypted field, and I can't figure out how.
Without the @Encrypted annotation, the @UniqueEntity annotation prevents the duplication
With the @Encrypted annotation, the @UniqueEntity annotation allows the duplication
I feel like I'm missing something obvious here :)
Any idea ?
Maybe I'm not doing this right. But I want to encrypt stuff in my db and still avoid duplication. How else could I tackle this ?
The text was updated successfully, but these errors were encountered: