add session.query(Class, Class2, Class3...) syntax

Issue #642 resolved
Mike Bayer repo owner created an issue

this is a shortcut for session.query(Class).add_entity(Class2).add_entity(Class3). just saw it on the storm list, so this is a low hanging fruit.

Comments (2)

  1. Log in to comment