From 360ad2baeba15dfd6e4374d5fa3834cedc34880e Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 21 Oct 2007 20:52:05 +0000 Subject: AR no long adds/updates/deletes automatically. --- UPGRADE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index 334f8231..5dc3ff93 100644 --- a/UPGRADE +++ b/UPGRADE @@ -13,10 +13,11 @@ Upgrading from v3.1.1 --------------------- - The RELATIONS type declaration in Active Record classes for Many-to-Many using an association table was change from "self::HAS_MANY" to "self::MANY_TO_MANY". - E.g. change + E.g. change 'albums' => array(self::HAS_MANY, 'Artist', 'album_artists') to 'albums' => array(self::MANY_TO_MANY, 'Artist', 'album_artists') +- Active Record no longer automatically adds/removes/updates related objects. Upgrading from v3.1.0 -- cgit v1.2.3