summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord
AgeCommit message (Expand)Author
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
2007-11-01Refactored ActiveRecord: removed object registry, fixed relationship casing p...wei
2007-10-21AR no long adds/updates/deletes automatically.xue
2007-10-15one more fix.xue
2007-10-15improved automatic foreign objects creation.xue
2007-10-13fixed belongs_to.xue
2007-10-13a bug fix.xue
2007-10-13Active Record now supports implicitly declared related propertiesxue
2007-10-11refactored a bit about ARxue
2007-10-08Allow active records to have multiple foreign key references to the same tabl...wei
2007-10-03removed redundant code.xue