mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 03:53:59 +02:00
Allow SQL pseudo-function in insert
This commit is contained in:
@@ -684,9 +684,9 @@ class Adminer {
|
||||
$return .= "/$val";
|
||||
}
|
||||
}
|
||||
if ($key && !preg_match('~set|blob|bytea|raw|file|bool~', $field["type"])) {
|
||||
$return .= "/SQL";
|
||||
}
|
||||
}
|
||||
if ($key && !preg_match('~set|blob|bytea|raw|file|bool~', $field["type"])) {
|
||||
$return .= "/SQL";
|
||||
}
|
||||
}
|
||||
if ($field["auto_increment"] && !$update) {
|
||||
|
Reference in New Issue
Block a user