]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where index reflection would mis-interpret indkey values
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Oct 2013 22:14:44 +0000 (18:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Oct 2013 22:14:44 +0000 (18:14 -0400)
commit1e2945d26c126f0aad0dbe1c06fdcb62d3172597
tree9210335c72267fea7ae9730ce4e92cd91b1d31d0
parentfe7322a05559534fcbacb8ae9ffc1707e3b2f261
- Fixed bug where index reflection would mis-interpret indkey values
when using the pypostgresql adapter, which returns these values
as lists vs. psycopg2's return type of string.
[ticket:2855]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py