mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02: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