Hi, AFAIK, fields of TIMESTAMP type in mysql automatically fill themselves with the current time/date if you INSERT or UPDATE them to null values... Maybe you should use a mysql DATETIME field which is essentially the same data type, just without the automatic cleverness?
Rob :) -----Original Message----- From: Ramon Cano Granizo [mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 January 2004 8:00 a.m. To: [EMAIL PROTECTED] Subject: timestamp problem with mysql Hello all, i'm inserting a timestamp with obj rc4 in mysql, with a null value, but mysql insert the actual date. It's a bug, must i make a special mapping?? Thanks a lot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
