mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Allow SQL pseudo-function in insert
This commit is contained in:
@@ -684,11 +684,11 @@ class Adminer {
|
||||
$return .= "/$val";
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($key && !preg_match('~set|blob|bytea|raw|file|bool~', $field["type"])) {
|
||||
$return .= "/SQL";
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($field["auto_increment"] && !$update) {
|
||||
$return = lang('Auto Increment');
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Adminer 4.7.10-dev:
|
||||
Allow SQL pseudo-function in insert
|
||||
Skip date columns for non-date values in search anywhere
|
||||
Add DB version to comment in export
|
||||
Support PHP 8 in create table (regression from 4.7.9)
|
||||
|
Reference in New Issue
Block a user