summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Smeaton <josh.smeaton@gmail.com>2015-02-10 10:54:51 +1100
committerShai Berger <shai@platonix.com>2015-02-10 23:42:16 +0200
commit3518d51697f1f2e0a516cd82dfc6e05f9f686dab (patch)
tree994ce149336ad098fd2d9abf2eeb5ee9cb07f96f /docs
parent9b7b37382cb0e8b5e2d149a3102005bf62016ea3 (diff)
[1.8.x] Fixed #24200 -- Made introspection bypass statement cache
Backport of 1fbe8a2de3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index ac1dd36374..e24426d4c1 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -286,6 +286,10 @@ Database backends
* The MySQL backend no longer creates explicit indexes for foreign keys when
using the InnoDB storage engine, as MySQL already creates them automatically.
+* The Oracle backend no longer defines the ``connection_persists_old_columns``
+ feature as ``True``. Instead, Oracle will now include a cache busting clause
+ when getting the description of a table.
+
Email
^^^^^