Trac

root/trunk/CHANGELOG

Revision 3324, 0.8 kB (checked in by jackbravo, 8 months ago)

Modified changelog

Line 
1 Beta 3
2 ------
3
4 * r3323: Added Doctrine_Record and Doctrine_Collection synchronizeWithArray method
5 * r3264: Added a $deep parameter to Doctrine_Record::refresh()
6
7 Beta 2
8 ------
9
10 * r3183: NestedSet: 'level' column renamed to 'lvl' because LEVEL is an oracle keyword.
11          In order to upgrade existing trees you need to rename the level column to lvl
12          in your databases. This does not affect your code because the NestedSet now uses
13          a column alias (lvl as level). So your code still refers to the 'level' field.
14 * r3048: Doctrine::exportSchema() replaced by Doctrine::createTablesFromModels()
15 * r3048: Doctrine::exportSql() replaced by Doctrine::generateSqlFromModels()
16 * r3048: Doctrine::importSchema() replaced by Doctrine::generateModelsFromDb()
17 * r3048: loadAll() loadAllRuntimeClasses() removed
18
19 Beta 1
20 ------
Note: See TracBrowser for help on using the browser.