]> 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:42:30 +0000 (15:42 -0500)
commitdc117f8c66229a3ae0fd9272aa04bd455a669c67
tree5e0c7f4d30dd1523d68d31d62c4ebd6fdb137da9
parent006e610c0e6e4316af8f7a8f9d2273fd537f2ce1
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
doc/build/changelog/unreleased_11/4208.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py