From ea617708c2ad9a770a1f3950e7a0028e9764d989 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 18 Mar 2006 03:02:32 +0000 Subject: Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3905 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index beb8d8084b..2fba682e4c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -177,7 +177,7 @@ * Fixed that calling HasOneProxy#build_model repeatedly would cause saving to happen #4058 [anna@wota.jp] -* Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) #3765 [John Sheets]. It's almost completely Active Record compliant, but has the following caveats: +* Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) #3765 [John Sheets]. It's almost completely Active Record compliant (including migrations), but has the following caveats: * Does not support DATE SQL column types; use DATETIME instead. * Date columns on HABTM join tables are returned as String, not Time. -- cgit v1.2.3