1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG entry for #41640

This commit is contained in:
Andrew White 2021-03-28 08:15:50 +01:00
parent f172129256
commit 7699f12dae
No known key found for this signature in database
GPG key ID: 7E83729F16B086CF

View file

@ -1,3 +1,8 @@
* Changed Arel predications `contains` and `overlaps` to use
`quoted_node` so that PostgreSQL arrays are quoted properly.
*Bradley Priest*
* Add mode argument to record level `strict_loading!` * Add mode argument to record level `strict_loading!`
This argument can be used when enabling strict loading for a single record This argument can be used when enabling strict loading for a single record