.info should be in the constructor for all constraint objects, everything that has .info

Issue #2963 resolved
Mike Bayer repo owner created an issue

No description provided.

Comments (6)

  1. Mike Bayer reporter
    • The info parameter has been added to the constructor for :class:.SynonymProperty and :class:.ComparableProperty.
    • The info parameter has been added as a constructor argument to all schema constructs including :class:.MetaData, :class:.Index, :class:.ForeignKey, :class:.ForeignKeyConstraint, :class:.UniqueConstraint, :class:.PrimaryKeyConstraint, :class:.CheckConstraint.

    fixes #2963

    → <<cset 7fc08fe89af9>>

  2. Log in to comment