summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/TActiveRecordManager.php
AgeCommit message (Collapse)Author
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
2011-08-28Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵GODZilla0480@gmail.com
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2009-05-10Fixed Issue #74godzilla80@gmx.net
Introduce a new property 'InvalidFinderResult' (related new enum TActiveRecordInvalidFinderResult) to TActiveRecordConfig, TActiveRecordManager, TActiveRecord that allows to control how TActiveRecord react if an invalid magic-finder invoked. Possible values are: Exception - throw TActiveRecordException like before rev1545 Null - return null (default for backward compatibility reasons) To change behavior: <module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/> or MyActiveRecord->setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception); or override MyActiveRecord->getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception
2008-10-21removed all trailing ?>qiang.xue
2008-07-30updated copyrightknut
2008-07-30fixed #890knut
2007-11-01Refactored ActiveRecord: removed object registry, fixed relationship casing ↵wei
problems.
2007-04-16Updates to db stuff, removed js build from build.xml (no longer necessary)wei
2007-04-14Refactor ActiveRecordGateway to use TDataGatewayCommandwei
2007-03-30Fixed #537wei
2007-03-21minor AR updates, remove obsolete TApplication::$_pageServicewei
2007-02-12Add IBM DB2 driver for active record.wei
2006-12-17Add TDataSourceConfig, TSqlMapConfig, TActiveRecordConfigwei
2006-12-09Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs ↵wei
for sqlmap.
2006-12-03Allow TDbConnection and TDbCommand to be serialized.wei
2006-11-26Adding active record implementation.wei