]> git.joonet.de Git - adminer.git/commitdiff
Avoid errors about 'view_trigger'
authorTakashi SHIRAI <shirai@nintendo.co.jp>
Tue, 26 Mar 2019 04:58:51 +0000 (13:58 +0900)
committerJakub Vrana <jakub@vrana.cz>
Tue, 9 Feb 2021 08:57:29 +0000 (09:57 +0100)
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
adminer/drivers/oracle.inc.php

index 28daad1128a5552e77c8340ba132d0086be46a31..1f5fa7d9214c13d91f3396a51e8c35bb4249fc5b 100644 (file)
@@ -488,7 +488,7 @@ ORDER BY PROCESS
        }
 
        function support($feature) {
-               return preg_match('~^(columns|database|drop_col|indexes|descidx|processlist|scheme|sql|status|table|variables|view|view_trigger)$~', $feature); //!
+               return preg_match('~^(columns|database|drop_col|indexes|descidx|processlist|scheme|sql|status|table|variables|view$~', $feature); //!
        }
 
        function driver_config() {