]> 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:16:42 +0000 (18:16 -0400)
commiteb58107417d1ce956e6dfc1e4f809c8d50ba6168
treefd1ccb31c6b8ec3f40ac6ab192e8b04a5fa98700
parent64e32bda528fd34b264c4e6cd8b3369e9e0bc8ee
- 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]

Conflicts:
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/__init__.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py