summaryrefslogtreecommitdiff
path: root/doc/build/changelog/unreleased_14/1390.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/unreleased_14/1390.rst')
-rw-r--r--doc/build/changelog/unreleased_14/1390.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/1390.rst b/doc/build/changelog/unreleased_14/1390.rst
new file mode 100644
index 000000000..85fc189e0
--- /dev/null
+++ b/doc/build/changelog/unreleased_14/1390.rst
@@ -0,0 +1,17 @@
+.. change::
+ :tags: usecase, sql
+ :tickets: 1390
+
+ Add support for regular expression on supported backends.
+ Two operations have been defined:
+
+ * :meth:`_sql.ColumnOperators.regexp_match` implementing a regular
+ expression match like function.
+ * :meth:`_sql.ColumnOperators.regexp_replace` implementing a regular
+ expression string replace function.
+
+ Supported backends include SQLite, PostgreSQL, MySQL / MariaDB, and Oracle.
+
+ .. seealso::
+
+ :ref:`change_1390`