summaryrefslogtreecommitdiff
path: root/framework/Data/DataGateway/TSqlCriteria.php
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()
2008-08-06fixed #899knut
2008-07-30updated copyrightknut
2007-12-04Active Record now supports query criteria for implicitly declared related ↵xue
properties
2007-04-16Updates to db stuff, removed js build from build.xml (no longer necessary)wei
2007-04-12Add TTableGatewaywei