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,9 +684,9 @@ class Adminer {
|
|||||||
$return .= "/$val";
|
$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) {
|
if ($field["auto_increment"] && !$update) {
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
Adminer 4.7.10-dev:
|
Adminer 4.7.10-dev:
|
||||||
|
Allow SQL pseudo-function in insert
|
||||||
Skip date columns for non-date values in search anywhere
|
Skip date columns for non-date values in search anywhere
|
||||||
Add DB version to comment in export
|
Add DB version to comment in export
|
||||||
Support PHP 8 in create table (regression from 4.7.9)
|
Support PHP 8 in create table (regression from 4.7.9)
|
||||||
|
Reference in New Issue
Block a user