Fixed bug in Postgresql COLLATE / ARRAY adjustment first introduced
in :ticket:`4006` where new behaviors in Python 3.7 regular expressions
caused the fix to fail.
Change-Id: Ied3893d7cac210befa0277b55b3b895b0ba1f0d2
Fixes: #4208
(cherry picked from commit
7300469f71f161d47795dcf7415d5a22db8e2ef0)
--- /dev/null
+.. change::
+ :tags: bug, postgresql, py3k
+ :tickets: 4208
+ :versions: 1.2.5, 1.3.0b1
+
+ Fixed bug in Postgresql COLLATE / ARRAY adjustment first introduced
+ in :ticket:`4006` where new behaviors in Python 3.7 regular expressions
+ caused the fix to fail.
"[]" *
(type_.dimensions if type_.dimensions is not None else 1)
)),
- inner
+ inner,
+ count=1
)