mssql dialect does not implement get_pk_constraint

Issue #2600 resolved
Former user created an issue

As you need the name of a constraint on MS SQL Server to drop it, this means you can't get the information necessary to drop an index via the Inspector. The attached patch implements the get_pk_constraint function.

Comments (5)

  1. Former user Account Deleted

    Whoops - was on the wrong branch, previous patch was against rel_0_7. I have attached a patch against tip

  2. Log in to comment