summaryrefslogtreecommitdiff
path: root/framework/Data
AgeCommit message (Collapse)Author
2013-01-22merged r3261, r3262 to trunk/ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-08-06patch for #420ctrlaltca
2012-07-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-05-29committed patch for #407ctrlaltca
2012-02-14further SqlMap optimizations; refs #337ctrlaltca@gmail.com
2012-01-28some fixes related to build scripts, now the "dist" task completes successfullyctrlaltca@gmail.com
2011-11-19fixed #354ctrlaltca@gmail.com
2011-11-12fix for #284ctrlaltca@gmail.com
2011-11-09fix #370:ctrlaltca@gmail.com
- deprecated TSqliteCache, use TDbCache instead - reworked the dataaccess code of demos/blog - other smalll fixes around
2011-10-16Fixed Issue#365 introduced in r3030GODZilla0480@gmail.com
2011-08-28Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵GODZilla0480@gmail.com
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData]
2011-08-28Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵GODZilla0480@gmail.com
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway
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
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20further polishingctrlaltca@gmail.com
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-06-08patch for #331ctrlaltca@gmail.com
2011-05-25fixed last blocking error related to the build script. it completes ↵ctrlaltca@gmail.com
successfully now
2011-05-06fixed #18rojaro
2011-04-28fixed #230rojaro
2011-01-27fixed #307rojaro
2011-01-19Raise an exception when DB driver doesn't support changing charset.christophe.boulain
Also some minor MSSQL fixes
2010-10-06fixed #294rojaro
2010-08-18fixed #278rojaro
2010-07-21fixed #274rojaro
2010-06-15Fixing #268rojaro
2010-04-18Ensured parent::__construct calls within Datajavalizard
2010-03-17Bugfix for #236rojaro
2010-02-22Merged /branches/3.1:r2773 into trunkChristophe.Boulain
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2009-11-01merged active record default value bug fix which got lost when moving from ↵rojaro
trac to googlecode - see http://www.pradosoft.com/forum/index.php?topic=10603.0
2009-06-07Merging latest 3.1 changes into trunk (r2672-2677)godzilla80@gmx.net
2009-06-07Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not setgodzilla80@gmx.net
2009-05-27Merge from 3.2 branch. Christophe.Boulain
Beginning of Prado 3.2 development
2009-05-24prepare for release.3.1.5qiang.xue
2009-05-23Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normalgodzilla80@gmx.net
2009-05-14Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys()godzilla80@gmx.net
2009-05-14TPgsqlTableInfo::getTableFullName() return void if no schema givengodzilla80@gmx.net
2009-05-13Fixed Issue#154Christophe.Boulain
2009-05-13Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws ↵godzilla80@gmx.net
TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view
2009-05-11Fixed Issue#148Christophe.Boulain
2009-05-11Change visibilty of TActiveRecord class member "_invalidFinderResult" from ↵godzilla80@gmx.net
private to protected to concern serialization
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
2009-05-01Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix ↵godzilla80@gmx.net
sqlmap doc - property "name" instead of "key"
2009-05-01Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __getgodzilla80@gmx.net