From: Jakub Vrana Date: Wed, 19 Feb 2025 09:42:35 +0000 (+0100) Subject: Oracle: Remove NOT REGEXP (bug #804) X-Git-Tag: v4.16.0~29 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=93f04464a299244dcfcdbe1fb0ed88f6b2bd151e;p=adminer.git Oracle: Remove NOT REGEXP (bug #804) --- diff --git a/adminer/drivers/oracle.inc.php b/adminer/drivers/oracle.inc.php index f5645954..6ba2607c 100644 --- a/adminer/drivers/oracle.inc.php +++ b/adminer/drivers/oracle.inc.php @@ -531,7 +531,7 @@ ORDER BY PROCESS 'types' => $types, 'structured_types' => $structured_types, 'unsigned' => array(), - 'operators' => array("=", "<", ">", "<=", ">=", "!=", "LIKE", "LIKE %%", "IN", "IS NULL", "NOT LIKE", "NOT REGEXP", "NOT IN", "IS NOT NULL", "SQL"), + 'operators' => array("=", "<", ">", "<=", ">=", "!=", "LIKE", "LIKE %%", "IN", "IS NULL", "NOT LIKE", "NOT IN", "IS NOT NULL", "SQL"), 'functions' => array("length", "lower", "round", "upper"), 'grouping' => array("avg", "count", "count distinct", "max", "min", "sum"), 'edit_functions' => array(