mirror of
https://github.com/vrana/adminer.git
synced 2026-03-25 14:00:05 +01:00
Define 'LIKE%%' operator in each driver
This commit is contained in:
@@ -151,14 +151,6 @@ function get_driver($id) {
|
||||
return $idf;
|
||||
}
|
||||
|
||||
/** Convert operator so it can be used in search
|
||||
* @param string $operator
|
||||
* @return string
|
||||
*/
|
||||
function convertOperator($operator) {
|
||||
return $operator;
|
||||
}
|
||||
|
||||
/** Convert value returned by database to actual value
|
||||
* @param string
|
||||
* @param array
|
||||
|
||||
Reference in New Issue
Block a user