]> 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:08:21 +0000 (16:08 -0400)
commitd92177cede956e4ca12e0fdad5021bdd54715161
tree6b5c5514dd576007c23052d73370ecd833914a0c
parentb7e75172b391f728451c59c4f9eba2b79143bf66
- 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