diff options
author | godzilla80@gmx.net <> | 2010-02-13 15:37:13 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-02-13 15:37:13 +0000 |
commit | 00e8b2c1ac9463c2d108b8f534ac1d9317ae38f7 (patch) | |
tree | 13d5e0fccc9d165241b0a33198469a525ce67f18 /HISTORY | |
parent | baf1e5edca626368154ec9e6e9b1ff9e39276f07 (diff) |
Fixed Issue #24 - Specify needed fields on demand
- 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()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ Version 3.1.7 To be released +ENH: Issue#24 - Specify needed fields on demand (Yves) BUG: Issue#80 - Inconsistencies in TRegularExpressionValidator (Christophe) BUG: Issue#86 - THttpSession.CookieMode ignored / Session ID leak (Christophe) BUG: Issue#94 - DataGrid header/footer renderers unable to locate their parent grid in setData() method (Christophe) |