mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 11:56:42 +02:00
Define 'LIKE%%' operator in each driver
This commit is contained in:
@@ -427,6 +427,7 @@ if (isset($_GET["clickhouse"])) {
|
||||
'structured_types' => $structured_types,
|
||||
'unsigned' => array(),
|
||||
'operators' => array("=", "<", ">", "<=", ">=", "!=", "~", "!~", "LIKE", "LIKE %%", "IN", "IS NULL", "NOT LIKE", "NOT IN", "IS NOT NULL", "SQL"),
|
||||
'operator_like' => "LIKE %%",
|
||||
'functions' => array(),
|
||||
'grouping' => array("avg", "count", "count distinct", "max", "min", "sum"),
|
||||
'edit_functions' => array(),
|
||||
|
||||
Reference in New Issue
Block a user