aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/insert_all_test.rb
Commit message (Expand)AuthorAgeFilesLines
* handle passing in primary key to unique_by, and handle primary keys missing i...Lachlan Sylvester2019-08-051-0/+18
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge pull request #35892 from ryohashimoto/bulk_insert_logsEileen M. Uchitelle2019-04-081-0/+49
|\
| * Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ...Ryo Hashimoto2019-04-081-0/+49
* | When skipping duplicates in bulk insert on MySQL, avoid assigning id when not...Bob Lail2019-04-081-0/+38
|/
* Extract insert test case from #35686Kasper Timm Hansen2019-03-311-0/+14
* Bulk Insert: Reuse indexes for unique_byKasper Timm Hansen2019-03-201-3/+33
* Raise UnknownAttributeError when unknown column is passed to insert_all and f...Josef Šimánek2019-03-161-0/+6
* Add some whitespace for readability.Kasper Timm Hansen2019-03-061-0/+12
* Fix test case name after file extractionKasper Timm Hansen2019-03-061-1/+1
* Handle blank inserts like update_all; raise upfront.Kasper Timm Hansen2019-03-061-1/+1
* Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-051-0/+127