class ActiveRecord::InsertAll

def to_sql

def to_sql
  connection.build_insert_sql(ActiveRecord::InsertAll::Builder.new(self))
end