From 263479b5a344e5882f4941e3f18faf9f027b0615 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Sat, 18 Mar 2006 05:43:35 +0000 Subject: 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 --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') 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] -- cgit v1.2.3