@event.listens_for

Issue #2106 resolved
Mike Bayer repo owner created an issue

obvious

@event.listens_for(PrimaryKeyConstraint, "after_parent_attach")
def _pk_constraint_name(const, table):
    const.name = "pk_%s" % (table.name, )

Comments (2)

  1. Log in to comment