diff options
author | Bob Lail <bob.lailfamily@gmail.com> | 2019-03-05 13:16:44 -0600 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2019-03-05 11:16:44 -0800 |
commit | 91ed21b304c468db8ce9fd830312c151432935d0 (patch) | |
tree | 354a329c8b7308a8762ef39a73e2ed1c30c51baa /activesupport/test/xml_mini/nokogirisax_engine_test.rb | |
parent | db94f492c099db89746f945a522aa7e59ede97cb (diff) | |
download | rails-91ed21b304c468db8ce9fd830312c151432935d0.tar.gz rails-91ed21b304c468db8ce9fd830312c151432935d0.tar.bz2 rails-91ed21b304c468db8ce9fd830312c151432935d0.zip |
Add insert_all to ActiveRecord models (#35077)
Adds a method to ActiveRecord allowing records to be inserted in bulk without instantiating ActiveRecord models. This method supports options for handling uniqueness violations by skipping duplicate records or overwriting them in an UPSERT operation.
ActiveRecord already supports bulk-update and bulk-destroy actions that execute SQL UPDATE and DELETE commands directly. It also supports bulk-read actions through `pluck`. It makes sense for it also to support bulk-creation.
Diffstat (limited to 'activesupport/test/xml_mini/nokogirisax_engine_test.rb')
0 files changed, 0 insertions, 0 deletions