From e11ff3975f69b96521d94417bbe4125f4abb2774 Mon Sep 17 00:00:00 2001 From: Piotr Pawlaczek Date: Sat, 15 Nov 2014 14:45:00 +0100 Subject: [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 --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3