]> 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:30 +0000 (14:32 -0500)
commit30febd7c193b00edc89d79ce833cb83f2bea3144
tree38989a247e96a4b965fbc12e4906d09d66f9a79e
parentb87935ed4409cb57a88d5e84d4280d8f97be13ee
- 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