method
build_insert_sql
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
build_insert_sql(insert)public
Called by ActiveRecord::InsertAll, Passed an instance of ActiveRecord::InsertAll::Builder, This method implements standard bulk inserts for all databases, but should be overridden by adapters to implement common features with non-standard syntax like handling duplicates or returning values.