Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Joe Enfield wrote: > The message line looks like it ensures there is a value to 'bind' with. > The diff line does not ensure there is a value. If I have diff values being > persisted, and one of the commits does not have any diffs associated with > it, would this fail? No, it's just a null delta, which is (normally) am empty string. Even message can't be null really but it doesn't hurt to check... there's a fair bit of redundancy in the checking. Tony