我有一份积极记录<代码>,在_save之前。 造成奇迹错误的方法:
class MyThing < ActiveRecord::Base
before_save :dostuff
def dostuff
p self.class.maximum(:mycolumn)
end
end
当我使用Kingh时,这种工作是完美的,现在是用 post子进行的。 我发现错误:
PGError: ERROR: current transaction is aborted, commands ignored until end of transaction block : SHOW max_identifier_length
<代码>.maximum 方法在dostuff
方法之外运行,因此,我猜测I m只是一度要求过多? 是否有另一种办法获得将在<条码>之前在<条码>内工作的立体字体的最大值?