]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed two issues regarding Sybase reflection, allowing tables
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Aug 2015 14:07:17 +0000 (10:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Aug 2015 14:07:17 +0000 (10:07 -0400)
commita7d7941d3ebafd16f603785c4677e371c675d1c0
tree87cc30e81c17a52a3742422aeecfa0b49f8981b4
parente99dbe141d0cb809bc1e3abcf8943f2bbf81f934
- Fixed two issues regarding Sybase reflection, allowing tables
without primary keys to be reflected as well as ensured that
a SQL statement involved in foreign key detection is pre-fetched up
front to avoid driver issues upon nested queries.  Fixes here
courtesy Eugene Zapolsky; note that we cannot currently test
Sybase to locally verify these changes.
fixes #3508  fixes #3509
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/sybase/base.py