aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2006-03-18 04:38:49 +0000
committerMichael Koziarski <michael@koziarski.com>2006-03-18 04:38:49 +0000
commit7fdab4446a91824b16ebf52d35dc9c6854276aac (patch)
tree5becfdd6e4568342c1522affcae8bbb19995ddad /activerecord/CHANGELOG
parent504ab568f8941b4ecec5026c06743920bcb05c37 (diff)
downloadrails-7fdab4446a91824b16ebf52d35dc9c6854276aac.tar.gz
rails-7fdab4446a91824b16ebf52d35dc9c6854276aac.tar.bz2
rails-7fdab4446a91824b16ebf52d35dc9c6854276aac.zip
Remove broken attempts at handling columns with a a default of 'now()' in the postgresql adapter. Closes #2257
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3913 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 6f9adae852..7068f83170 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Remove broken attempts at handling columns with a a default of 'now()' in the postgresql adapter. #2257 [Koz]
+
* Added connection#current_database that'll return of the current database (only works in MySQL, SQL Server, and Oracle so far -- please help implement for the rest of the adapters) #3663 [Tom ward]
* Fixed that Migration#execute would have the table name prefix appended to its query #4110 [mark.imbriaco@pobox.com]