1
0
mirror of https://github.com/vrana/adminer.git synced 2025-09-03 11:22:35 +02:00

Enable regular expressions when searching data in all tables

Allows use of the database-specific regex operator and pattern syntax when searching multiple tables.
This commit is contained in:
Roy-Orbison
2023-05-22 04:47:33 +02:00
committed by Peter Knut
parent 9ed4c859ed
commit 6f789eac0a
7 changed files with 25 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
<?php
class Adminer {
var $operators = array("<=", ">=");
var $operator_regexp = null;
var $_values = array();
function name() {