From: Dan Langille Date: Fri, 12 Dec 2003 16:12:25 +0000 (+0000) Subject: Add numornull which retuns NULL if the value is zero, or the value. X-Git-Tag: Release-1.34.0~279 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d5ab16209c74711a1e97bad90f335812fde46d46;p=bacula%2Frescue Add numornull which retuns NULL if the value is zero, or the value. This function was needed because Job.{PoolId|FileSetId|ClientId} are foreign keys. ---