Commit 7efc01d0 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) prevents…

Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) prevents bugmail delivery - Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=justdave
parent 7123d34c
......@@ -138,7 +138,7 @@ sub ProcessOneBug {
my %values = %{$dbh->selectrow_hashref(
'SELECT ' . join(',', @::log_columns) . ',
lastdiffed AS start, NOW() AS end
lastdiffed AS start, LOCALTIMESTAMP(0) AS end
FROM bugs WHERE bug_id = ?',
undef, $id)};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment