summaryrefslogtreecommitdiff
path: root/framework/Data/DataGateway
AgeCommit message (Collapse)Author
2010-02-13Fixed Issue #24 - Specify needed fields on demand godzilla80@gmx.net
- modify TDbCommandBuilder in package System.Data.Common - add method getSelectFieldList() - modify createFindCommand() to utilize getSelectFieldList() - modify createCountCommand() to invoke createFindCommand() with COUNT(*) - modify package System.Data.DataGateway - add property Select to TSqlCriteria - modify TDataGatewayCommand::getFindCommand() to pass Select property of criteria to TDbCommandBuilder::createFindCommand()
2009-07-27fixed #166 and added a developer to index.htmlcarlgmathisen
2009-03-16Fixed Issue#99Christophe.Boulain
2008-10-21removed all trailing ?>qiang.xue
2008-08-06fixed #899knut
2008-08-06fixed #898knut
2008-07-30updated copyrightknut
2007-12-04Active Record now supports query criteria for implicitly declared related ↵xue
properties
2007-11-09TCache implements ArrayAccess. duplicate copyFrom in TActiveRecordwei
2007-07-25Fixed an empty IN bug.xue
2007-05-07Update Active Record docs.wei
2007-04-24add active record Relationswei
2007-04-22Update to Active Record to use Mysql 4.wei
Add TActiveRecordRelation
2007-04-16Updates to db stuff, removed js build from build.xml (no longer necessary)wei
2007-04-14Refactor ActiveRecordGateway to use TDataGatewayCommandwei
2007-04-12Add Sqlite driver.wei
2007-04-12Add TTableGatewaywei