MauroDataMapper-Plugins / mdm-plugin-database-sqlserver

Apache License 2.0
2 stars 1 forks source link

Ignore MS SQL Server indexes with no name (such as heaps) #29

Closed jmdedalus closed 10 months ago

jmdedalus commented 1 year ago

Hi @jamesrwelch / @joe-crawford

Let me know what, if anything, you need me to do with plugin versions, as I'm not sure what the process is

jmdedalus commented 10 months ago

Hi folks! Would it be possible to get this PR reviewed/accepted (and released)? I should be able to hack my local mdm-docker to use a local version of sqlserver build, but would be good to get this into the main branch.

joe-crawford commented 10 months ago

Hi Joss, sorry for the delay, happy to merge this as the tests pass.

Note to self: Index with a 'null' name is a 'heap table', not an index.