diff options
author | godzilla80@gmx.net <> | 2010-02-08 07:19:50 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-02-08 07:19:50 +0000 |
commit | 607b2844be8f2c89fbbb043bf21b2bad7c40b986 (patch) | |
tree | ea27ea563b13ec7e0a5f33dbb3d0a7285cc8a825 /HISTORY | |
parent | 249e3ef66ffd9e10d34b0ab5b4f3efaec6fd507a (diff) |
EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) to TDbConnection and modify beginTransaction()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ BUG: TActiveDatePicker js error when date format does not have the 3 elements (C ENH: Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() (Yves) 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: Issue#215 - Add ClientSide property to TDropContainer (googlenew at pcforum.hu, Christophe) CHG: Issue#218 - Change URL of Javascript Logger (Christophe) |