1
0
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:
Jakub Vrana
2025-05-05 09:56:59 +02:00
parent 1862b84612
commit 307fabaf22
4 changed files with 4 additions and 11 deletions

View File

@@ -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
*/