25 Feb
2007
25 Feb
'07
11:36 a.m.
On Sunday 25 February 2007 16:53, Peter Nixon wrote:
I have been attempting to make rlm_sqlhpwippool work with Postgresql. The biggest issue so far is the way you define zeroed dates in the sql schema like: `modified` datetime NOT NULL default '0000-00-00 00:00:00' (...) Do you think there will be any problems if I set this to: modified TIMESTAMP NOT NULL default now()
or simply (Allowing NULLS): modified TIMESTAMP
Neither of these should cause any problems. P.S. Isn't it wrong topic? ;-P -- Pawel Foremski pjf@asn.pl