diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-30 12:23:31 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-30 12:27:03 -0400 |
| commit | 3e855cd277aac8a71be31082cbc11927005f5b37 (patch) | |
| tree | fc434c89e32c5d7a7b89e7b381e26e2404d80d1a /doc | |
| parent | 812c08efb41ff0a8bdafb876fe49079da5074916 (diff) | |
| download | sqlalchemy-3e855cd277aac8a71be31082cbc11927005f5b37.tar.gz | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4059.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4059.rst b/doc/build/changelog/unreleased_12/4059.rst new file mode 100644 index 000000000..bedbdd17d --- /dev/null +++ b/doc/build/changelog/unreleased_12/4059.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mssql + :tickets: 4059 + + 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. + |
