diff options
| author | Piotr Pawlaczek <info@pawlaczek.pl> | 2014-11-15 14:45:00 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 08:48:28 -0500 |
| commit | 41fc1c0b5eac156e200a10233c7c9210a1c0fed8 (patch) | |
| tree | 5f6185c6826d509546a944c88065abc05c362bbd /docs | |
| parent | 478d6a950361ef541ff40b51b7c04439647e0492 (diff) | |
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.
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`). |
