提交 1a6089f3 编写于 作者: Y Yves Senn

CHANGELOG entry for #13451. [ci skip]

上级 c0a6ffb7
* Fix a bug when assigning an array containing string numbers to a
PostgreSQL integer array column.
Fixes #13444.
Example:
# Given Book#ratings is of type :integer, array: true
Book.new(ratings: [1, 2]) # worked before
Book.new(ratings: ['1', '2']) # now works as well
*Damien Mathieu*
* Improve the default select when `from` is used.
Previously, if you did something like Topic.from(:temp_topics), it
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册