Changeset 1902 for trunk/UPGRADE
- Timestamp:
- 05/06/2007 11:17:37 PM (19 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r1892 r1902 18 18 - Comment tag <!-- ... ---> (introduced in v3.1a) is changed to <!--- ... ---> 19 19 - When TDataList.RepeatLayout is Raw, the items will render <div> instead of <span> 20 20 21 - 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. 21 24 22 25 Upgrading from v3.1a
