mirror of
https://github.com/vrana/adminer.git
synced 2026-06-15 02:11:34 +02:00
Define 'LIKE%%' operator in each driver
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
class Adminer {
|
||||
var $operators = array("<=", ">=");
|
||||
var $operator_like = null;
|
||||
var $operator_regexp = null;
|
||||
var $_values = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user