do fine-grained copying of __table_args__ based on appropriateness

Issue #1701 resolved
Mike Bayer repo owner created an issue

continuing from #1393.

Comments (4)

  1. Mike Bayer reporter

    i.e. from parent class to child subclass, some arguments (extensions, mysql_engine) make sense to propagate, others (inherit_condition, constraints) do not. declarative should have a list of attribute names etc. that get passed to child and those that don't.

  2. Log in to comment