Changeset 1902 for trunk/UPGRADE

Show
Ignore:
Timestamp:
05/06/2007 11:17:37 PM (19 months ago)
Author:
wei
Message:

Update Active Record docs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r1892 r1902  
    1818- Comment tag <!-- ... ---> (introduced in v3.1a) is changed to <!--- ... ---> 
    1919- When TDataList.RepeatLayout is Raw, the items will render <div> instead of <span> 
     20 
    2021- TActiveRecord finder methods will always return a new object instance (identity mapping was removed). 
     22- TActiveRecord::findBySql() will return an object rather than an array 
     23- TActiveRecord::findAllBySql() will return an array of objects. 
    2124 
    2225Upgrading from v3.1a