mirror of
https://github.com/vrana/adminer.git
synced 2026-01-08 16:42:55 +01:00
PostgreSQL: Don't treat interval type as number (bug #474)
This commit is contained in:
@@ -789,7 +789,7 @@ AND typelem = 0"
|
||||
"char" => "md5",
|
||||
"date|time" => "now",
|
||||
), array(
|
||||
"int|numeric|real|money" => "+/-",
|
||||
number_type() => "+/-",
|
||||
"date|time" => "+ interval/- interval", //! escape
|
||||
"char|text" => "||",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user