decouple "sqlalchemy" and "sqlalchemy.orm"

Issue #425 resolved
Mike Bayer repo owner created an issue

in the 0.4 series, the "sqlalchemy" import space will no longer include ORM concepts. to use those will require explicit imports from sqlalchemy.orm. this is to make more explicit the separation between engine/sql issuance and the ORM.

Comments (2)

  1. Log in to comment