As a note, MariaDB also has regex_replace support (since 2013), but I don't
believe MySql does yet. People have implemented it via User Defined
Functions.
SQLite can support it if using the icu_replace extension module.
What is the current Django best practice for optionally available
functionali
Hey Joey,
I think you can create a new ticket for this function. If there is a way to
approximate or implement this function in all 4 supported backends then
that would be preferred. If it can only really be implemented in postgres,
then document in the ticket why, and you can add the new funct
Ping!
Is there any chance of getting some additional guidance on these? I'd love
to get these contributed, if they are welcome!
-Joey Wilhelm
On Fri, Nov 17, 2017 at 1:22 PM, Joey Wilhelm wrote:
> I did come upon that ticket, but I wasn't sure this necessarily belonged
> as part of it, given t
I did come upon that ticket, but I wasn't sure this necessarily belonged as
part of it, given that these are not methods which are widely available
across different engines. That said, I would gladly add them there. I'm
just eager to spin up a PR or two. :-)
On Fri, Nov 17, 2017 at 1:12 PM, Matthe
I wonder if we should put that in this ticket:
https://code.djangoproject.com/ticket/28643
From: django-developers@googlegroups.com
[mailto:django-developers@googlegroups.com] On Behalf Of Joey Wilhelm
Sent: Friday, November 17, 2017 2:02 PM
To: django-developers@googlegroups.com
Subject: Additi