]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Only replace first occurrence for COLLATE/ARRAY syntax
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Mar 2018 16:33:30 +0000 (11:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Mar 2018 20:53:06 +0000 (15:53 -0500)
commitcc6ec001b29d84a00aba57473213c8448118a3c5
tree8335b31f1f6e41bf45ee20775a19633dea261144
parent8064be5b00a9f633d13f407cc30b1ddb78fda025
Only replace first occurrence for COLLATE/ARRAY syntax

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)
doc/build/changelog/unreleased_11/4208.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py