]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ignore SQL Server "heap" indexes
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Aug 2017 16:23:31 +0000 (12:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Aug 2017 16:27:03 +0000 (12:27 -0400)
commit3e855cd277aac8a71be31082cbc11927005f5b37
treefc434c89e32c5d7a7b89e7b381e26e2404d80d1a
parent812c08efb41ff0a8bdafb876fe49079da5074916
Ignore SQL Server "heap" indexes

Added a rule to SQL Server index reflection to ignore the so-called
"heap" index that is implicitly present on a table that does not
specify a clustered index.

Tests are part of standard suite already (CI has been disabled)

Change-Id: I593b95551c40ee5d95d54203611112cbff10856f
Fixes: #4059
doc/build/changelog/unreleased_12/4059.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py