Remove changelog entry from #8441 [ci skip]

This issue only happens on master due to internal AR refactorings, so
there is no need for a changelog entry.

The test was backported to 3-2-stable to ensure there won't be any regressions.
This commit is contained in:
Carlos Antonio da Silva 2012-12-11 08:33:57 -02:00
parent 15934c80b1
commit 2d3b1dabc9

@ -11,10 +11,6 @@
*Jamie Gaskins*
* Fix decorating columns for serialized attributes. Fixes #8441
*itzki*
* Session variables can be set for the `mysql`, `mysql2`, and `postgresql` adapters
in the `variables: <hash>` parameter in `database.yml`. The key-value pairs of this
hash will be sent in a `SET key = value` query on new database connections. See also: