That is how nulls work in MySQL with the TIMESTAMP column type. If you insert a null or assign a column to null, it will fill in the current time.
See here: http://www.mysql.com/doc/en/DATETIME.html lyl wrote: > Hi! > > I have a mysql table, one field is TIMESTAMP, > When i insert a record use PB.store(), though the TIMESTAMP field is > null in the object, but actually the sql statement inserted a TIMESTAMP > according current time。 > > > thanx. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
