summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorqiang.xue <>2009-05-25 00:41:03 +0000
committerqiang.xue <>2009-05-25 00:41:03 +0000
commit5a87ceb5ce3a62aae92c344f670059971d5914d9 (patch)
tree4ecc39bde810f60c3ce742e399691ee4ef0eaa92 /UPGRADE
parent21f4a4c546091fd0bd0059c8c17b89f17810492d (diff)
prepare for next release.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE9
1 files changed, 6 insertions, 3 deletions
diff --git a/UPGRADE b/UPGRADE
index 3dbd63e2..eb6adbe7 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,5 +1,5 @@
- Upgrading Instructions for PRADO Framework v3.1.5
+ Upgrading Instructions for PRADO Framework v3.1.6
=================================================
!!!IMPORTANT!!!
@@ -9,11 +9,14 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.
+Upgrading from v3.1.5
+---------------------
+
Upgrading from v3.1.4
---------------------
- The structure of indices used by TDbCache has been changed by replacing
PRIMARY KEY on 'itemkey' with non-unique index and adding an additional index on column 'expire'.
- Existing tables should be amended or deleted and recreated as follows:
+ Existing tables should be amended or deleted and recreated as follows:
CREATE TABLE pradocache (itemkey CHAR(128), value BLOB, expire INT)
CREATE INDEX IX_itemkey ON pradocache (itemkey)
CREATE INDEX IX_expire ON pradocache (expire)
@@ -21,7 +24,7 @@ Upgrading from v3.1.4
Upgrading from v3.1.3
---------------------
- The prado-cli and prado-cli.bat scripts have been moved into
- the framework folder of the distribution.
+ the framework folder of the distribution.
Upgrading from v3.1.2