Open artur-intech opened 6 years ago
Artur:
@ratM1n @teadur What do you think about this change? If I change it now to lowercase, existing database records remain upper-cased, which can lead to problems with comparison at both application and database level (both are case-sensitive).
So there are 2 options:
Enforce lowercase, convert existing records ones Leave upper-cased records as is, and say convert to lowercase only when displaying it (in representation)
@artur-beljajev I think enforcing lower case makes more sense. User input should be normalized to lowercase on input.
Is it OK to normalize existing records as well?
I don't see any problem with it.
Name server's IPv6 is automatically normalised to uppercase chars whereas
https://en.wikipedia.org/wiki/IPv6_address#Representation
Derived from #661