]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Revised this very old issue where the Postgresql "get primary key"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Feb 2014 19:32:00 +0000 (14:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Feb 2014 19:32:00 +0000 (14:32 -0500)
commitffa6f45ec392bdffd419484e1343c7853433d9c4
treec6ef8a181faa156c51dd4d375537e17be4ba3095
parent3e7caad3cfe6797e9a7a89394cf946abc43db706
- Revised this very old issue where the Postgresql "get primary key"
reflection query were updated to take into account primary key constraints
that were renamed; the newer query fails on very old versions of
Postgresql such as version 7, so the old query is restored in those cases
when server_version_info < (8, 0) is detected. #2291
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py