keredson / peewee

a small, expressive orm -- supports postgresql, mysql and sqlite
http://docs.peewee-orm.com/
MIT License
13 stars 4 forks source link

filter doesnt work on joined columns #21

Open neopunisher opened 6 years ago

neopunisher commented 6 years ago

i cant use filter on a column in a join even if its unique

i don't think this works with plus either but it depends on the direction of the foreign key