From 3518d51697f1f2e0a516cd82dfc6e05f9f686dab Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 10 Feb 2015 10:54:51 +1100 Subject: [1.8.x] Fixed #24200 -- Made introspection bypass statement cache Backport of 1fbe8a2de3 from master --- docs/releases/1.8.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ^^^^^ -- cgit v1.3