Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Paul] way to avoid update field "Timestmp" by jump.cgi?

Quote Reply
Re: [Paul] way to avoid update field "Timestmp" by jump.cgi? In reply to
No, as Timestamp columns in MySQL get automatically updated to NOW() whenever the row is changed. See:

http://www.mysql.com/doc/en/DATETIME.html

for more info. Links SQL uses this column to see what has changed since the last build to know which pages need re-generating.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread way to avoid update field "Timestmp" by jump.cgi? flasi 3984 Sep 24, 2002, 8:23 AM
Thread Re: [flasi] way to avoid update field "Timestmp" by jump.cgi?
Andy 3919 Sep 24, 2002, 8:57 AM
Thread Re: [Andy] way to avoid update field "Timestmp" by jump.cgi?
flasi 3871 Sep 24, 2002, 9:40 AM
Post Re: [flasi] way to avoid update field "Timestmp" by jump.cgi?
pugdog 3853 Sep 25, 2002, 9:19 AM
Thread Re: [flasi] way to avoid update field "Timestmp" by jump.cgi?
Alex 3860 Sep 25, 2002, 10:26 AM
Thread Re: [Alex] way to avoid update field "Timestmp" by jump.cgi?
Paul 3865 Sep 25, 2002, 10:27 AM
Thread Re: [Paul] way to avoid update field "Timestmp" by jump.cgi?
Alex 3900 Sep 25, 2002, 10:33 AM
Post Re: [Alex] way to avoid update field "Timestmp" by jump.cgi?
Paul 3864 Sep 25, 2002, 10:41 AM