mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Allow specifying operator in search anywhere
This commit is contained in:
@@ -189,11 +189,6 @@ abstract class SqlDriver {
|
||||
return $idf;
|
||||
}
|
||||
|
||||
/** Convert operator so it can be used in search */
|
||||
function convertOperator(string $operator): string {
|
||||
return $operator;
|
||||
}
|
||||
|
||||
/** Convert value returned by database to actual value
|
||||
* @param Field $field
|
||||
*/
|
||||
|
Reference in New Issue
Block a user