index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
insert_all.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid new string instance creation in `InsertAll#execute`
Ryuta Kamizono
2019-04-22
1
-3
/
+3
*
There is no need to create `QueryAttribute` to just type cast a value
Ryuta Kamizono
2019-04-10
1
-2
/
+1
*
Merge pull request #35892 from ryohashimoto/bulk_insert_logs
Eileen M. Uchitelle
2019-04-08
1
-1
/
+4
|
\
|
*
Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ...
Ryo Hashimoto
2019-04-08
1
-1
/
+4
*
|
When skipping duplicates in bulk insert on MySQL, avoid assigning id when not...
Bob Lail
2019-04-08
1
-2
/
+2
|
/
*
Use accessors internally; remove needless validation
Kasper Timm Hansen
2019-03-31
1
-6
/
+2
*
Mark InsertAll as private API. Easier to add later.
Kasper Timm Hansen
2019-03-31
1
-1
/
+1
*
Capture some join calls.
Kasper Timm Hansen
2019-03-31
1
-4
/
+8
*
Bulk Insert: Reuse indexes for unique_by
Kasper Timm Hansen
2019-03-20
1
-20
/
+31
*
Simplify values_list with more composition
Kasper Timm Hansen
2019-03-18
1
-24
/
+30
*
Extract column check in values_list
Kasper Timm Hansen
2019-03-18
1
-14
/
+14
*
Raise UnknownAttributeError when unknown column is passed to insert_all and f...
Josef Šimánek
2019-03-16
1
-0
/
+8
*
Add some whitespace for readability.
Kasper Timm Hansen
2019-03-06
1
-0
/
+2
*
Handle blank inserts like update_all; raise upfront.
Kasper Timm Hansen
2019-03-06
1
-6
/
+4
*
Add insert_all to ActiveRecord models (#35077)
Bob Lail
2019-03-05
1
-0
/
+153