]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :class:`.postgresql.array` object where comparison
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Jul 2014 20:08:21 +0000 (16:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Jul 2014 20:13:08 +0000 (16:13 -0400)
commita8dcdb9b2806e1699ef48cba5884407abe46272f
tree0e398ad4ff2faf9139179a866d4f607d1d394499
parent6d50ec4f90393c1f1c27b6dbaf43b1f9d873315c
- Fixed bug in :class:`.postgresql.array` object where comparison
to a plain Python list would fail to use the correct array constructor.
Pull request courtesy Andrew.  fixes #3141
doc/build/changelog/changelog_09.rst
test/dialect/postgresql/test_compiler.py
test/dialect/postgresql/test_types.py