summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord
AgeCommit message (Expand)Author
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2014-01-07Adding toArray() and toJSON() to TActiveRecordDavid Marko
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless w...Fabio Bas
2014-01-06Happy 2014!Fabio Bas
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-08-06patch for #420ctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-01-28some fixes related to build scripts, now the "dist" task completes successfullyctrlaltca@gmail.com
2011-08-28Modify TActiveRecordConfig & TActiveRecordManager to allow custom subclassing...GODZilla0480@gmail.com
2011-06-26applied serialization optimization patch (337)ctrlaltca@gmail.com
2011-06-20updated year information on all framework sources where possible (Copyright &...ctrlaltca@gmail.com
2011-06-20removed useless calls to empty contructor; reverted some additional undocumen...ctrlaltca@gmail.com
2011-06-08patch for #331ctrlaltca@gmail.com
2010-08-18fixed #278rojaro
2010-04-18Ensured parent::__construct calls within Datajavalizard
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
2009-11-01merged active record default value bug fix which got lost when moving from tr...rojaro
2009-05-27Merge from 3.2 branch. Christophe.Boulain
2009-05-14Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys()godzilla80@gmx.net
2009-05-11Change visibilty of TActiveRecord class member "_invalidFinderResult" from pr...godzilla80@gmx.net
2009-05-10Fixed Issue #74godzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2009-03-16Fixed Issue#99Christophe.Boulain
2009-01-07Fixed Issue#65: Improvement of TActiveRecord::populateObjects()christophe.boulain
2008-12-03Merge from trunkchristophe.boulain
2008-10-21removed all trailing ?>qiang.xue
2008-10-21Fixed issue #11.qiang.xue
2008-10-21fixed issue #5.qiang.xue
2008-10-16Ticket #891 (changed to non-static method)mikl
2008-10-16Ticket #891 (new static method table() in TActiveRecord)mikl
2008-10-13LIMIT 1 for ActiveRecord find() and findBy()carl
2008-09-24remove unuseful static in TActiveRecord::getRecordGateway()tof
2008-08-18fixed #911knut
2008-08-07fixed #855knut
2008-07-30updated copyrightknut
2008-07-30fixed #890knut
2008-03-07fixed #803.xue
2008-03-06Fixed #799.xue
2008-02-06Fixed two typos.xue
2008-02-04Fix ActiveRecord: multiple FK referencing same table causes incorrect retrieval.wei
2008-01-15fixed a bug in calculating object hash.xue
2007-12-04Active Record now supports query criteria for implicitly declared related pro...xue
2007-11-19added TActiveRecord::getActiveDbConnection.xue
2007-11-09TCache implements ArrayAccess. duplicate copyFrom in TActiveRecordwei
2007-11-08further AR refactoring.xue
2007-11-08refactored AR.xue