diff options
author | godzilla80@gmx.net <> | 2009-05-09 12:56:23 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-05-09 12:56:23 +0000 |
commit | d0d261bec97595492a4d1da44121c6fb919ea2ed (patch) | |
tree | e52b5a7f9ee974a241164c1e994a0ef46c5e0bab /HISTORY | |
parent | 93ffd43c381e96cdf4af245abcec52b75fe00fee (diff) |
Fixed Issue #141 - TDbCache performance: modify structure of indices, new property 'FlushInterval' to control how often expired items will be removed
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ ENH: Issue#115 - Registry for Prado generated clientside counterparts of servers ENH: Issue#117 - TValidationSummary: new display mode "HeaderOnly" that only render value of HeaderText property (Yves) ENH: Issue#135 - Add AutoPostBack property to TActiveFileUpload (Bradley) ENH: Issue#146 - replace deprecated(php5.3>) split with explode in TPgsqlMetaData:getPrimaryKeys(), PradoBase::getUserLanguages() (Yves) +ENH: Issue#141 - TDbCache performance: modify structure of indices, new property 'FlushInterval' to control how often expired items will be removed (Yves) CHG: Issue#7 - Clients Scripts are not combined anymore in Debug application mode (Christophe) ENH: Added caching of message files to TException (Michael) ENH: Updated to scriptaculous 1.8.2 & Prototype 1.6.0.3 |