Trac

root/tags/0.10.0/CHANGELOG

Revision 3263, 0.7 kB (checked in by jwage, 1 year ago)

Merged all pending revisions in trunk to 1.0 branch to bring it up-to-date

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