mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
DbQuery: Don't call timestampForSql()
in valueToTimestamp()
We can't call it implicitly, not all filter columns support date time strings, especially in postgresql..
This commit is contained in:
parent
4b60f87021
commit
947aa91c48
@ -234,7 +234,7 @@ class DbQuery extends SimpleQuery
|
||||
$value = (int) $value;
|
||||
}
|
||||
|
||||
return $this->timestampForSql($value);
|
||||
return $value;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user