aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-18 05:43:35 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-18 05:43:35 +0000
commit263479b5a344e5882f4941e3f18faf9f027b0615 (patch)
tree48651b12eb1af9c6b7d02b2d50c203cc9fe68b39 /activerecord/CHANGELOG
parent459559a8bced28f25888802e40c7182392ea94cc (diff)
downloadrails-263479b5a344e5882f4941e3f18faf9f027b0615.tar.gz
rails-263479b5a344e5882f4941e3f18faf9f027b0615.tar.bz2
rails-263479b5a344e5882f4941e3f18faf9f027b0615.zip
Add AbstractAdapter#table_alias_for to create table aliases according to the rules of the current adapter. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3916 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 d80109b16d..668df3698f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add AbstractAdapter#table_alias_for to create table aliases according to the rules of the current adapter. [Rick]
+
* Provide access to the underlying database connection through Adapter#raw_connection. Enables the use of db-specific methods without complicating the adapters. #2090 [Koz]
* Remove broken attempts at handling columns with a default of 'now()' in the postgresql adapter. #2257 [Koz]