[openstreetmap/openstreetmap-website] Require user names to be unique after unicode normalisation (PR #4405)
Andy Allan
notifications at github.com
Wed Dec 20 15:38:23 UTC 2023
This looks good to me, and I like using postgresql to do the normalisation. And I like the roman numeral stuff in the tests too, nice find!
However, `normalize ( text [, form ] ) → text` isn't available in postgresql 12, which is our current minimum version as that's what shipped in Ubuntu 20.04. So if we want to merge this, then we need to update our minimums to postgresql 13, and by implication, Ubuntu 22.04.
What do we all think about that? Personally, I'm sure you can guess how I noticed the issue, but I don't know how many other developers will be affected or whether I'm the only one who needs to knuckle down and do some updates.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4405#issuecomment-1864698373
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4405/c1864698373 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20231220/0eb4855e/attachment-0001.htm>
More information about the rails-dev
mailing list