Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | belated happy new year | Fabio Bas | |
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-08-06 | patch for #420 | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2011-08-28 | Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵ | GODZilla0480@gmail.com | |
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway | |||
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2009-05-10 | Fixed Issue #74 | godzilla80@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-21 | removed all trailing ?> | qiang.xue | |
2008-07-30 | updated copyright | knut | |
2008-07-30 | fixed #890 | knut | |
2007-11-01 | Refactored ActiveRecord: removed object registry, fixed relationship casing ↵ | wei | |
problems. | |||
2007-04-16 | Updates to db stuff, removed js build from build.xml (no longer necessary) | wei | |
2007-04-14 | Refactor ActiveRecordGateway to use TDataGatewayCommand | wei | |
2007-03-30 | Fixed #537 | wei | |
2007-03-21 | minor AR updates, remove obsolete TApplication::$_pageService | wei | |
2007-02-12 | Add IBM DB2 driver for active record. | wei | |
2006-12-17 | Add TDataSourceConfig, TSqlMapConfig, TActiveRecordConfig | wei | |
2006-12-09 | Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs ↵ | wei | |
for sqlmap. | |||
2006-12-03 | Allow TDbConnection and TDbCommand to be serialized. | wei | |
2006-11-26 | Adding active record implementation. | wei | |