diff options
| author | Josh Smeaton <josh.smeaton@gmail.com> | 2015-02-10 10:54:51 +1100 |
|---|---|---|
| committer | Shai Berger <shai@platonix.com> | 2015-02-10 23:24:34 +0200 |
| commit | 1fbe8a2de334bfec5e9b77e36f8a3c1cf2cd70be (patch) | |
| tree | 03e42cd4c487d6ee5952c048df212b1bb49796ce /docs | |
| parent | 1b8af4cfa023161924a45fb572399d2f3071bf5b (diff) | |
Fixed #24200 -- Made introspection bypass statement cache
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index bbb932ada3..4f77f063a3 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 ^^^^^ |
