]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Accomodate for multidimensional array in rewriting for COLLATE
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Sep 2017 13:48:17 +0000 (09:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Sep 2017 13:48:17 +0000 (09:48 -0400)
commit6652f72352730df12adb93d462f309a7efe1ff1f
treee22c3882fb0ed21a93e56cb1fe28c05a87e53c93
parentdc4d1ee7bdf8f9670057e916a29f1f5252e77207
Accomodate for multidimensional array in rewriting for COLLATE

Made further fixes to the :class:`.ARRAY` class in conjunction with
COLLATE, as the fix made in :ticket:`4006` failed to accommodate
for a multidimentional array.

Change-Id: If3e438f8ce94ebae2196671c88a4914f3b743e60
Fixes: #4006
doc/build/changelog/unreleased_11/4006.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_types.py