reflect check constraints (uniques done)

Issue #1443 resolved
Former user created an issue

I'm not sure about other DB backends, but postgres supports also unique/check constraints to be inspected on db. Any change to get this into SA?

Comments (8)

  1. Mike Bayer repo owner

    this feature needs to be backported to 0.8, due to the alembic release including index reflection, people are going to be hitting confusion over index/uniques in postgresql. Also the methods needs versionadded annotations.

  2. Log in to comment