You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: activerecord/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
* Do not write additional new lines when dumping sql migration versions
2
+
3
+
This change updates the `insert_versions_sql` function so that the database insert string containing the current database migration versions does not end with two additional new lines.
4
+
5
+
*Misha Schwartz*
6
+
1
7
* Fix `composed_of` value freezing and duplication.
2
8
3
9
Previously composite values exhibited two confusing behaviors:
@@ -368,6 +374,7 @@
368
374
369
375
*Eileen M. Uchitelle*
370
376
377
+
371
378
* Allow ActiveRecord::QueryMethods#select to receive hash values.
372
379
373
380
Currently, `select` might receive only raw sql and symbols to define columns and aliases to select.
0 commit comments