mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Support &null[]=F(c
)
This commit is contained in:
@@ -345,7 +345,7 @@ function where($where, $fields = array()) {
|
||||
}
|
||||
}
|
||||
foreach ((array) $where["null"] as $key) {
|
||||
$return[] = idf_escape($key) . " IS NULL";
|
||||
$return[] = (preg_match($function_pattern, $key) ? $key : idf_escape($key)) . " IS NULL";
|
||||
}
|
||||
return implode(" AND ", $return);
|
||||
}
|
||||
|
Reference in New Issue
Block a user