Changeset 5595
- Timestamp:
- 11/20/06 11:29:21 (2 years ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r5594 r5595 40 40 * Deprecation: object transactions warning. [Jeremy Kemper] 41 41 42 * has_one :dependent => :nullify ignores nil associates. #48 28, #6528 [bellis@deepthought.org, janovetz, Jeremy Kemper]42 * has_one :dependent => :nullify ignores nil associates. #4848, #6528 [bellis@deepthought.org, janovetz, Jeremy Kemper] 43 43 44 44 * Oracle: resolve test failures, use prefetched primary key for inserts, check for null defaults, fix limited id selection for eager loading. Factor out some common methods from all adapters. #6515 [Michael Schoen]