nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

Select objects with INNER JOINed tables #29

Closed nobrin closed 9 years ago

nobrin commented 9 years ago

Selecting with INNER JOINed tables will be enabled, like this.

members = Member.select(mygroup__name="developer")
group = Group.select(mymembers__movies__title_in=["NewStage2"])

Some examples are found on test/test_complex_selection.py in branch named enhance-select-method. @309378f5919477a18a1f72fdab91d776cb6b1437