summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2010-02-08 08:44:21 +0000
committergodzilla80@gmx.net <>2010-02-08 08:44:21 +0000
commitbaf1e5edca626368154ec9e6e9b1ff9e39276f07 (patch)
tree83da57ebb9d5ec48c7013c409ff00e5d8c1d0f32 /HISTORY
parent607b2844be8f2c89fbbb043bf21b2bad7c40b986 (diff)
ENH: Modify TDbTableInfo::getColumnNames() to store result in private class member
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8754d41b..95db4e0a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -24,6 +24,7 @@ ENH: Add property ClientScriptManagerClass to TPageService and releated changes
ENH: Always render clientside counterparts of validation control even if not enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback. (Yves)
EHN: Add property TValidationSummary.ScrollToSummary to server-side control since property exists on client-side. (Yves)
EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) to TDbConnection and modify beginTransaction() (Yves)
+ENH: Modify TDbTableInfo::getColumnNames() to store result in private class member (Yves)
ENH: Issue#215 - Add ClientSide property to TDropContainer (googlenew at pcforum.hu, Christophe)
CHG: Issue#218 - Change URL of Javascript Logger (Christophe)