像Ruby on Rails的一样,就像increment_counter,但对于DateTime.now?

时间:2014-05-07 22:58:11

标签: ruby-on-rails race-condition

我正在寻找一个ActiveRecord方法,根据数据库在更新时“now”的想法,将指定的DateTime字段设置为“now”:

SQL: update object_type set time_stamp=NOW() where id = 37

而不是

Ruby: get DateTime.now
SQL: update object_type set time_stamp=% where id = 37

对于简单的计数器(ActiveRecord::CounterCache.increment_counter

存在这种情况

0 个答案:

没有答案