class Arel::UpdateManager

def having(expr)

def having(expr)
  @ast.havings << expr
  self
end