SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.0-rubygem-activerecord-5_0-5.0.7.2-22.74.x86_64.rpm :

* Thu Mar 14 2019 Stephan Kulow - updated to version 5.0.7.2 see installed CHANGELOG.md [#]# Rails 5.0.7.2 (March 11, 2019) ##
* No changes.
* Sat Dec 08 2018 Stephan Kulow - updated to version 5.0.7.1 see installed CHANGELOG.md [#]# Rails 5.0.7.1 (November 27, 2018) ##
* No changes.
* Fri Mar 30 2018 factory-autoAATTkulow.org- updated to version 5.0.7 see installed CHANGELOG.md [#]# Rails 5.0.7 (March 29, 2018) ##
* Apply time column precision on assignment. PR #20317 changed the behavior of datetime columns so that when they have a specified precision then on assignment the value is rounded to that precision. This behavior is now applied to time columns as well. Fixes #30301.
* Andrew White
*
* Normalize time column values for SQLite database. For legacy reasons, time columns in SQLite are stored as full datetimes because until #24542 the quoting for time columns didn\'t remove the date component. To ensure that values are consistent we now normalize the date component to 2001-01-01 on reading and writing.
* Andrew White
*
* Ensure that the date component is removed when quoting times. PR #24542 altered the quoting for time columns so that the date component was removed however it only removed it when it was 2001-01-01. Now the date component is removed irrespective of what the date is.
* Andrew White
*
* Query cache was unavailable when entering the `ActiveRecord::Base.cache` block without being connected.
* Tsukasa Oishi
*
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_internal_metadata\'s data for a test database. Before: ``` $ RAILS_ENV=test rails dbconsole > SELECT
* FROM ar_internal_metadata; key|value|created_at|updated_at environment|development|2017-09-11 23:14:10.815679|2017-09-11 23:14:10.815679 ``` After: ``` $ RAILS_ENV=test rails dbconsole > SELECT
* FROM ar_internal_metadata; key|value|created_at|updated_at environment|test|2017-09-11 23:14:10.815679|2017-09-11 23:14:10.815679 ``` Fixes #26731.
* bogdanvlviv
*
* Fix longer sequence name detection for serial columns. Fixes #28332.
* Ryuta Kamizono
*
* Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter.
* Ryuta Kamizono
*
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 5.0.6 see installed CHANGELOG.md [#]# Rails 5.0.6 (September 07, 2017) ##
* No changes. [#]# Rails 5.0.6.rc1 (August 24, 2017) ##
* Ensure `sum` honors `distinct` on `has_many :through` associations Fixes #16791
* Aaron Wortham
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 5.0.5 see installed CHANGELOG.md [#]# Rails 5.0.5 (July 31, 2017) ##
* No changes. [#]# Rails 5.0.5.rc2 (July 25, 2017) ##
* No changes. [#]# Rails 5.0.5.rc1 (July 19, 2017) ##
* `Relation#joins` is no longer affected by the target model\'s `current_scope`, with the exception of `unscoped`. Fixes #29338.
* Sean Griffin
*
* Tue Jun 20 2017 cooloAATTsuse.com- updated to version 5.0.4 see installed CHANGELOG.md [#]# Rails 5.0.4 (June 19, 2017) ##
* Restore previous behavior of collection proxies: their values can have methods stubbed, and they respect extension modules applied by a default scope.
* Ryuta Kamizono
*
* Loading model schema from database is now thread-safe. Fixes #28589.
* Vikrant Chaudhary
*,
*David Abdemoulaie
* [#]# Rails 5.0.3 (May 12, 2017) ##
* Tue May 23 2017 cooloAATTsuse.com- updated to version 5.0.3 see installed CHANGELOG.md
* Check whether `Rails.application` defined before calling it In #27674 we changed the migration generator to generate migrations at the path defined in `Rails.application.config.paths` however the code checked for the presence of the `Rails` constant but not the `Rails.application` method which caused problems when using Active Record and generators outside of the context of a Rails application. Fixes #28325.
* Fix `deserialize` with JSON array. Fixes #28285.
* Ryuta Kamizono
*
* Fix `rake db:schema:load` with subdirectories.
* Ryuta Kamizono
*
* Fix `rake db:migrate:status` with subdirectories.
* Ryuta Kamizono
*
* Don\'t share options between reference id and type columns When using a polymorphic reference column in a migration, sharing options between the two columns doesn\'t make sense since they are different types. The `reference_id` column is usually an integer and the `reference_type` column a string so options like `unsigned: true` will result in an invalid table definition.
* Ryuta Kamizono
*
* Fix regression of #1969 with SELECT aliases in HAVING clause.
* Eugene Kenny
*
* Thu Mar 02 2017 cooloAATTsuse.com- updated to version 5.0.2 see installed CHANGELOG.md [#]# Rails 5.0.2 (March 01, 2017) ##
* Fix `wait_timeout` to configurable for mysql2 adapter. Fixes #26556.
* Ryuta Kamizono
*
* Make `table_name=` reset current statement cache, so queries are not run against the previous table name.
* namusyaka
*
* Allow ActiveRecord::Base#as_json to be passed a frozen Hash.
* Isaac Betesh
*
* Fix inspection behavior when the :id column is not primary key.
* namusyaka
*
* Fix `association_primary_key_type` for reflections with symbol primary key Fixes #27864
* Daniel Colson
*
* Place generated migrations into the path set by `config.paths[\"db/migrate\"]`
* Kevin Glowacz
*
* Compare deserialized values for `PostgreSQL::OID::Hstore` types when calling `ActiveRecord::Dirty#changed_in_place?` Fixes #27502.
* Jon Moss
*
* Respect precision option for arrays of timestamps. Fixes #27514.
* Sean Griffin
*
* Wed Dec 21 2016 cooloAATTsuse.com- updated to version 5.0.1 see installed CHANGELOG.md [#]# Rails 5.0.1 (December 21, 2016) ##
* No changes. [#]# Rails 5.0.1.rc2 (December 10, 2016) ##
* Correct resolution of associated class in `has_many :through` associations\' `
*_ids` setters. Fixes #27297.
* Matthew Draper
*
* Support index length and order options using both string and symbol column names. Fixes #27243.
* Ryuta Kamizono
* [#]# Rails 5.0.1.rc1 (December 01, 2016) ##
* Fix that unsigned with zerofill is treated as signed. Fixes #27125.
* Ryuta Kamizono
*
* Fix the uniqueness validation scope with a polymorphic association.
* Sergey Alekseev
*
* Raise ActiveRecord::RecordNotFound from collection `
*_ids` setters for unknown IDs with a better error message. Changes the collection `
*_ids` setters to cast provided IDs the data type of the primary key set in the association, not the model primary key.
* Dominic Cleal
*
* Introduce `Model#reload_` to bring back the behavior of `Article.category(true)` where `category` is a singular association. The force reloading of the association reader was deprecated in #20888. Unfortunately the suggested alternative of `article.reload.category` does not expose the same behavior. This patch adds a reader method with the prefix `reload_` for singular associations. This method has the same semantics as passing true to the association reader used to have.
* Yves Senn
*
* Make sure eager loading `ActiveRecord::Associations` also loads constants defined in `ActiveRecord::Associations::Preloader`.
* Yves Senn
*
* Allow `ActionController::Parameters`-like objects to be passed as values for Postgres HStore columns. Fixes #26904.
* Jon Moss
*
* Configure query caching (per thread) on the connection pool. Moving the configuration to the pool means we don\'t allocate a connection until it\'s actually needed. Applications that manually interact with the connection pool and/or query cache may notice that the connection\'s cache is now cleared and disabled when it gets returned to the pool, even if the request is not yet completed.
* Samuel Cochran
*,
*Matthew Draper
*
* Fixed support for case insensitive comparisons of `text` columns in PostgreSQL.
* Edho Arief
*
* Return `true` from `update_attribute` when the value of the attribute to be updated is unchanged. Fixes #26593.
* Prathamesh Sonpatki
*
* Serialize JSON attribute value `nil` as SQL `NULL`, not JSON `null`
* Trung Duc Tran
*
* Always store errors details information with symbols. When the association is autosaved we were storing the details with string keys. This was creating inconsistency with other details that are added using the `Errors#add` method. It was also inconsistent with the `Errors#messages` storage. To fix this inconsistency we are always storing with symbols. This will cause a small breaking change because in those cases the details could be accessed as strings keys but now it can not. Fix #26499.
* Rafael Mendonça França
*,
*Marcus Vieira
*
* Using a mysql2 connection after it fails to reconnect will now have an error message saying the connection is closed rather than an undefined method error message.
* Dylan Thacker-Smith
*
* Remove unnecessarily association load when a `belongs_to` association has already been loaded then the foreign key is changed directly and the record saved.
* James Coleman
*
* PostgreSQL array columns will now respect the encoding of strings contained in the array. Fixes #26326.
* Sean Griffin
*
* Inverse association instances will now be set before `after_find` or `after_initialize` callbacks are run. Fixes #26320.
* Sean Griffin
*
* Avoid loading records from database when they are already loaded using the `pluck` method on a collection. Fixes #25921.
* Ryuta Kamizono
*
* Sqlite3 migrations to add a column to an existing table can now be successfully rolled back when the column was given and invalid column type. Fixes #26087
* Travis O\'Neill
*
* Hashes can once again be passed to setters of `composed_of`, if all of the mapping methods are methods implemented on `Hash`. Fixes #25978.
* Sean Griffin
*
* Doing count on relations that contain LEFT OUTER JOIN Arel node no longer force a DISTINCT. This solves issues when using count after a left_joins.
* Maxime Handfield Lapointe
*
* RecordNotFound raised by association.find exposes `id`, `primary_key` and `model` methods to be consistent with RecordNotFound raised by Record.find.
* Michel Pigassou
*
* Fix the SELECT statement in `#table_comment` for MySQL.
* Takeshi Akima
*
* Virtual attributes will no longer raise when read on models loaded from the database
* Sean Griffin
*
* Fixes multi-parameter attributes conversion with invalid params.
* Hiroyuki Ishii
*
* Add newline between each migration in `structure.sql`. Keeps schema migration inserts as a single commit, but allows for easier git diff-ing. Fixes #25504.
* Grey Baker
*,
*Norberto Lopes
*
* Using `group` with an attribute that has a custom type will properly cast the hash keys after calling a calculation method like `count`. Fixes #25595.
* Sean Griffin
*
* Ensure concurrent invocations of the connection reaper cannot allocate the same connection to two threads. Fixes #25585.
* Matthew Draper
*
* Fixed dumping of foreign key\'s referential actions when MySQL connection uses `sql_mode = ANSI_QUOTES`. Fixes #25300.
* Ryuta Kamizono
*
* Fri Aug 12 2016 cooloAATTsuse.com- updated to version 5.0.0.1 see installed CHANGELOG.md
 
ICM