Development

Changeset 17396

You must first sign up to be able to contribute.

Changeset 17396

Show
Ignore:
Timestamp:
04/17/09 16:20:11 (4 years ago)
Author:
francois
Message:

DbFinderPlugin Will be 1.2.1 after all

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/DbFinderPlugin/trunk/README

    r17395 r17396  
    985985--------- 
    986986 
    987 ### 2009-04-16 | Trunk 
     987### 2009-04-17 | 1.2.1 Stable 
    988988 
    989989* francois: Refactored and documented `DbFinderRoute` and children (WIP) 
  • plugins/DbFinderPlugin/trunk/package.xml

    r17395 r17396  
    2121  <date>2009-04-17</date> 
    2222  <version> 
    23     <release>1.2.0</release> 
    24     <api>1.2.0</api> 
     23    <release>1.2.1</release> 
     24    <api>1.2.1</api> 
    2525  </version> 
    2626  <stability> 
     
    139139   <release> 
    140140     <version> 
    141        <release>1.2.0</release> 
    142        <api>1.2.0</api> 
     141       <release>1.2.1</release> 
     142       <api>1.2.1</api> 
    143143     </version> 
    144144     <stability> 
     
    150150     <license>MIT</license> 
    151151     <notes> 
    152        Enhancements: 
     152       * Enhancements: 
    153153         * Scalar queries: `DbFinder::select()` allows a finder to return an array of column values instead of a model object. 
    154154         * Join Aliases: `DbFinder::join()` now supports relations aliases, allowing for conditions on self-referenced foreign keys and multiple foreign keys to the same table 
     
    161161         * Simplified the use of 'is null' and 'is not null' as `where()` operators 
    162162         * Added the ability to add new adapters (for arrays, web services, BigTable and the likes) 
    163        Bug Fixes: 
     163       * Bug Fixes: 
    164164         * Fixed `sfPropelFinder::useCache()` on queries using `withColumn()` 
    165165         * Fixed a reference to `Criteria` outside the Propel adapter