Skip to content

Commit

Permalink
Merge pull request #6905 from kennyj/add_changelog_entry_20120629
Browse files Browse the repository at this point in the history
Added a changelog entry about fda2431.
  • Loading branch information
spastorino committed Jun 29, 2012
2 parents 809bdf3 + 8fe458a commit e39f218
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Rails 4.0.0 (unreleased) ##

* Add `collate` and `ctype` support to PostgreSQL. These are available for PostgreSQL 8.4 or later.
Example:

development:
adapter: postgresql
host: localhost
database: rails_development
username: foo
password: bar
encoding: UTF8
collate: ja_JP.UTF8
ctype: ja_JP.UTF8

*kennyj*

* `FinderMethods#exists?` now returns `false` with the `false` argument.

*Egor Lynko*
Expand Down

0 comments on commit e39f218

Please sign in to comment.