From 598f0d1a8db925cdb235d401554f1a403f506358 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 23 Dec 2005 10:01:51 +0000 Subject: Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/DB.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 09c941ec8..1da845942 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -1124,6 +1124,13 @@ formatted SQL command have prefix C. All other methods have prefix C. Returns: formatted SQL for limiting number of rows returned from query with optional offset (e.g. LIMIT 1, 1) (scalar) +=item C + + Description: Outputs SQL syntax for converting Julian days to date. + Abstract method, should be overriden by database specific code. + Params: $days = days to convert to date + Returns: formatted SQL for returning Julian days in dates. (scalar) + =item C Description: Outputs SQL syntax for converting date to Julian days. -- cgit v1.2.3-24-g4f1b