From eab6bb13b9efb3e1c6d725368368de4d74b00946 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 7 May 2007 04:17:37 +0000 Subject: Update Active Record docs. --- UPGRADE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index f18cb74f..b8076554 100644 --- a/UPGRADE +++ b/UPGRADE @@ -17,7 +17,10 @@ Upgrading from v3.1b - Comment tag (introduced in v3.1a) is changed to - When TDataList.RepeatLayout is Raw, the items will render
instead of + - TActiveRecord finder methods will always return a new object instance (identity mapping was removed). +- TActiveRecord::findBySql() will return an object rather than an array +- TActiveRecord::findAllBySql() will return an array of objects. Upgrading from v3.1a --------------------- -- cgit v1.2.3