Skip to content
Snippets Groups Projects
Unverified Commit 246f9b55 authored by Braden Shepherdson's avatar Braden Shepherdson Committed by GitHub
Browse files

[drivers] Enable `:regex` feature for MySQL (and MariaDB) (#43269)

These databases previously had impoverished support for regular
expressions. The `:regex` driver feature requires advanced,
"Perl-compatible" regular expressions that can do things like lookahead
assertions.

- MySQL supports this from 8.0.4; we recommend 8.0.33+.
- MariaDB supports this from 10.0.5; we recommend 10.4+.

Fixes #43180.
parent f8308007
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@
:now true
:percentile-aggregations false
:persist-models true
:regex false
:schemas false
:uploads true
;; MySQL doesn't let you have lag/lead in the same part of a query as a `GROUP BY`; to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment