[limb-svn] r5459 - 3.x/limb/active_record
svn at limb-project.com
svn at limb-project.com
Mon Apr 2 14:20:18 MSD 2007
Author: pachanga
Date: 2007-04-02 14:20:17 +0400 (Mon, 02 Apr 2007)
New Revision: 5459
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5459
Modified:
3.x/limb/active_record/CHANGELOG
Log:
-- fixing typo
Modified: 3.x/limb/active_record/CHANGELOG
===================================================================
--- 3.x/limb/active_record/CHANGELOG 2007-04-02 08:08:48 UTC (rev 5458)
+++ 3.x/limb/active_record/CHANGELOG 2007-04-02 10:20:17 UTC (rev 5459)
@@ -3,7 +3,7 @@
-- lmbActiveRecord :: findOne(..) alias for findFirst(..) added
-- lmbActiveRecord :: find(..) now supports simpler way to specify criteria with placeholders.
- Yhis is possible now: lmbActiveRecord :: find("Book", array('name=? and author=?', 'book', 'bob'));
+ This is possible now: lmbActiveRecord :: find("Book", array('name=? and author=?', 'book', 'bob'));
-- minor changes due to global Limb3 functions renamings
More information about the limb-svn
mailing list