diff options
author | Christophe.Boulain <> | 2010-01-15 14:47:40 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-01-15 14:47:40 +0000 |
commit | 3da874c2f6667ca00808e5215d622b627b96ef62 (patch) | |
tree | f4fbd5d9d0f86bef5999ebabc8ae3b88253e0f9c /UPGRADE | |
parent | b067d9a3a809fab01ea9ad8127b667f17a551353 (diff) |
Fixed #169
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ for both A and B. Upgrading from v3.1.6 --------------------- +- The different SQLMap cache engines (TSQLMapFifoCache, TSQLMapLRUCache, TSQLMapApplicationCache) doesn't +take anymore the cache size in their constructor. Instead, they take the cachemodel object who instanciated them. +It shouldn't affect existing code, except if you instanciate one of this cache directly (i.e, without a <cachemodel> +directive in your SQLMap configuration) Upgrading from v3.1.5 --------------------- |