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

Define 'LIKE%%' operator in each driver

This commit is contained in:
Peter Knut
2024-10-11 23:01:28 +02:00
parent e378f7d817
commit 13752c0498
16 changed files with 24 additions and 24 deletions

View File

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