Show
Ignore:
Timestamp:
11/28/07 17:48:19 (14 months ago)
Author:
jwage
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r3049 r3263  
    22------ 
    33 
     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. 
    48* r3048: Doctrine::exportSchema() replaced by Doctrine::createTablesFromModels() 
    59* r3048: Doctrine::exportSql() replaced by Doctrine::generateSqlFromModels()