aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-18 21:27:40 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-18 21:27:40 +0000
commit9db8f3e57a0b18340b151033c53caaa4c679a801 (patch)
treec8b023b5a13c4ac0efd6c78d33351a59a80cc318 /activerecord/CHANGELOG
parentc0ad3b6b680b15578be616206c47165b17eb4f1a (diff)
downloadrails-9db8f3e57a0b18340b151033c53caaa4c679a801.tar.gz
rails-9db8f3e57a0b18340b151033c53caaa4c679a801.tar.bz2
rails-9db8f3e57a0b18340b151033c53caaa4c679a801.zip
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3949 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 0aa7c42f1d..433ec57e23 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* SQL Server adapter gets some love #4298 [rtomayko@gmail.com]
+
* Added OpenBase database adapter that builds on top of the http://www.spice-of-life.net/ruby-openbase/ driver. All functionality except LIMIT/OFFSET is supported #3528 [derrickspell@cdmplus.com]
* Rework table aliasing to account for truncated table aliases. Add smarter table aliasing when doing eager loading of STI associations. This allows you to use the association name in the order/where clause. [Jonathan Viney / Rick Olson] #4108 Example (SpecialComment is using STI):