summaryrefslogtreecommitdiff
path: root/framework/Data
AgeCommit message (Collapse)Author
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
2009-04-26Fixed Issue #146 - replace deprecated(php5.3>) split with explode in ↵godzilla80@gmx.net
TPgsqlMetaData:getPrimaryKeys(), PradoBase::getUserLanguages()
2009-04-15fix wrong (c&p) doc comment from r2631godzilla80@gmx.net
2009-04-05TSqlMapCacheModel now consider <flushInterval> tag as described in doc ↵godzilla80@gmx.net
(sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days
2009-03-22Fixed Issue #88 - SQLMap $Param$ re-evaluation buggodzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2009-03-19replace is_null() function calls with native native language constuctgodzilla80@gmx.net
2009-03-17Fixed Issue #68: TSqlMapConfig::createSqlMapGateway(): assign current ↵godzilla80@gmx.net
connection to cached TSqlMapManager to avoid loosing active transaction
2009-03-16Fixed Issue#99Christophe.Boulain
2009-03-07Fixed Issue 127Christophe.Boulain
2009-01-29Fixed Issue#107Christophe.Boulain
2009-01-07Fixed Issue#65: Improvement of TActiveRecord::populateObjects()christophe.boulain
2008-12-03Merge from trunkchristophe.boulain
2008-12-03Fixed Issue#79christophe.boulain
2008-12-02php configuration typecarlgmathisen
2008-11-07 Issue#59 - TPropertyAccess::has()carlgmathisen
2008-10-21removed all trailing ?>qiang.xue
2008-10-21Fixed issue #11.qiang.xue
2008-10-21fixed issue #5.qiang.xue
2008-10-17Minor fix for Ticket #882mikl
2008-10-16Fixed #882 (Escaping # and $ in SqlMap)mikl
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-09-03Workaround for slow meta data retrieval in MySQL<5.1.21mikl
2008-08-27Fixed a little bug introduced with [2495] when PDO driver doesn't allow ↵tof
settings of some attributes
2008-08-18fixed #911knut
2008-08-14fixed #904knut
2008-08-07fixed #855knut
2008-08-06fixed #899knut
2008-08-06fixed #898knut