A quick question:

How would I update a field (a MySql timestamp) to the current time plus 1
hour?

ie.

  create.update(Tables.RSS_DESTINATION_SOURCES)
     .set(RssDestinationSources.NEXT_POLL_AFTER, ??? )

Thanks,

Ian.

-- 
Ian Clarke
Blog: http://blog.locut.us/

Reply via email to