]> git.joonet.de Git - adminer.git/commitdiff
Oracle: Remove NOT REGEXP (bug #804)
authorJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 09:42:35 +0000 (10:42 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:46 +0000 (11:16 +0100)
adminer/drivers/oracle.inc.php

index f56459542e0ed540cd512cc1f899d792dbeb6769..6ba2607c344fbb7efec81851dfa70303a45951c7 100644 (file)
@@ -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(