Changeset 17396
- Timestamp:
- 04/17/09 16:20:11 (4 years ago)
- Files:
-
- plugins/DbFinderPlugin/trunk/README (modified) (1 diff)
- plugins/DbFinderPlugin/trunk/package.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/DbFinderPlugin/trunk/README
r17395 r17396 985 985 --------- 986 986 987 ### 2009-04-1 6 | Trunk987 ### 2009-04-17 | 1.2.1 Stable 988 988 989 989 * francois: Refactored and documented `DbFinderRoute` and children (WIP) plugins/DbFinderPlugin/trunk/package.xml
r17395 r17396 21 21 <date>2009-04-17</date> 22 22 <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> 25 25 </version> 26 26 <stability> … … 139 139 <release> 140 140 <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> 143 143 </version> 144 144 <stability> … … 150 150 <license>MIT</license> 151 151 <notes> 152 Enhancements:152 * Enhancements: 153 153 * Scalar queries: `DbFinder::select()` allows a finder to return an array of column values instead of a model object. 154 154 * Join Aliases: `DbFinder::join()` now supports relations aliases, allowing for conditions on self-referenced foreign keys and multiple foreign keys to the same table … … 161 161 * Simplified the use of 'is null' and 'is not null' as `where()` operators 162 162 * Added the ability to add new adapters (for arrays, web services, BigTable and the likes) 163 Bug Fixes:163 * Bug Fixes: 164 164 * Fixed `sfPropelFinder::useCache()` on queries using `withColumn()` 165 165 * Fixed a reference to `Criteria` outside the Propel adapter