diff options
| author | Piotr Pawlaczek <info@pawlaczek.pl> | 2014-11-15 14:45:00 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 09:42:07 -0500 |
| commit | e11ff3975f69b96521d94417bbe4125f4abb2774 (patch) | |
| tree | 48ac9eadafd3dfe990b336177d958e82740687a2 /docs | |
| parent | f1a22feaa877e4ff655db7014557112274419898 (diff) | |
[1.7.x] Fixed #23758 -- Allowed more than 5 levels of subqueries
Refactored bump_prefix() to avoid infinite loop and allow more than
than 5 subquires by extending the alphabet to use multi-letters.
Backport of 41fc1c0b5eac156e200a10233c7c9210a1c0fed8 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index dcb782fde9..c4938530e4 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -183,3 +183,6 @@ Bugfixes convention in the template engine (:ticket:`23831`). * Prevented extraneous ``DROP DEFAULT`` SQL in migrations (:ticket:`23581`). + +* Restored the ability to use more than five levels of subqueries + (:ticket:`23758`). |
