-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Torsten Landsiedel said:
I would like to know if regexp_replace would be available in Playground
Fixing the native search is my use:
https://wordpress.org/plugins/ignore-block-name-in-search/
But Regex_Replace is only available since MySQL 8.0.4+ and MariaDB 10.0.5+ and my check prevents the activation in Playground.
Let's support regex_replace.
Technically, that could be another custom function registered here:
sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-pdo-user-defined-functions.php
Line 37 in 3306576
$pdo->sqliteCreateFunction( $f, array( $this, $t ) ); |
Zodiac1978
Metadata
Metadata
Assignees
Labels
No labels