diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-26 06:26:50 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-26 06:26:50 +0000 |
commit | 33e96f3cb39401a576f5d1bd0584a61223a266b8 (patch) | |
tree | c850a7f212571c3e496820118b1890b623f0d199 /activerecord/CHANGELOG | |
parent | 652fe645f6a199417f672965b1f4d4078d046f7d (diff) | |
download | rails-33e96f3cb39401a576f5d1bd0584a61223a266b8.tar.gz rails-33e96f3cb39401a576f5d1bd0584a61223a266b8.tar.bz2 rails-33e96f3cb39401a576f5d1bd0584a61223a266b8.zip |
Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6859 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 71839d0d92..7e90571397 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Oracle: support binary fixtures. #7987 [Michael Schoen] + +* Fixtures: pull fixture insertion into the database adapters. #7987 [Michael Schoen] + * Announce migration versions as they're performed. [Jeremy Kemper] * find gracefully copes with blank :conditions. #7599 [Dan Manges, johnnyb] |