]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug in :func:`.postgresql.array` construct whereby using it
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jan 2013 16:26:37 +0000 (11:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jan 2013 16:26:37 +0000 (11:26 -0500)
commita94f2f81afc859ea4553037cc12734311c8328b0
tree20f43cedbe6968e86d296910f879df6b5cc8ccc5
parent14528afd6f080cf18028f7f71992ef5c14437907
Fixed bug in :func:`.postgresql.array` construct whereby using it
inside of an :func:`.expression.insert` construct would produce an
error regarding a parameter issue in the ``self_group()`` method.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py