aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-07-07 17:40:22 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-07-07 17:40:22 +0000
commitc4233a0eaeceba0800990a4ae7eb2ab52a15c737 (patch)
tree4709166fdddc4d5b98fbdb0227c702a17a1272d1 /activerecord/CHANGELOG
parent230c5a060ba7fe3ac2f78f5975debd04e85167cb (diff)
downloadrails-c4233a0eaeceba0800990a4ae7eb2ab52a15c737.tar.gz
rails-c4233a0eaeceba0800990a4ae7eb2ab52a15c737.tar.bz2
rails-c4233a0eaeceba0800990a4ae7eb2ab52a15c737.zip
PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4579 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 20b5a7265a..b98d44e802 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* PostgreSQL: correctly quote microseconds in timestamps. #5641 [rick@rickbradley.com]
+
* Clearer has_one/belongs_to model names (account has_one :user). #5632 [matt@mattmargolis.net]
* Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic locking, don't guess date vs. time by default (set OracleAdapter.emulate_dates = true for the old behavior), adapter cleanup. #5635 [schoenm@earthlink.net]