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 #17654 [ci skip]

This commit is contained in:
Ryuta Kamizono 2015-05-30 08:23:10 -07:00
parent eefd4c0d28
commit e5e3ec2085

View file

@ -1,3 +1,16 @@
* Do not set `sql_mode` if `strict: :default` is specified.
```
# database.yml
production:
adapter: mysql2
database: foo_prod
user: foo
strict: :default
```
*Ryuta Kamizono*
* SQLite: `:collation` support for string and text columns.
Example: