summaryrefslogtreecommitdiff
path: root/framework/Data/Common/TDbCommandBuilder.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 #898knut
2008-08-06fixed #834knut
2008-07-30updated copyrightknut
2007-12-04Active Record now supports query criteria for implicitly declared related ↵xue
properties
2007-07-17Fixed #666.xue
2007-05-09Fixed #547wei
2007-05-03Update active relations docswei
2007-04-24Fixed scaffold search. But not safe yet.wei
2007-04-24add active record Relationswei
2007-04-19fixed a typo in TDbCommandBuilderxue
2007-04-14Refactor ActiveRecordGateway to use TDataGatewayCommandwei
2007-04-12Add Sqlite driver.wei
2007-04-12Refactor and add TTableGateway, System.Data.Common, System.Data.DataGatewaywei