You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that would be nice. I don't know if ming automatically adjusts find() criteria anywhere else, but it could be worth it for this situation. Probably also update() and find_and_modify() and several others
I have replicated the example in https://ming.readthedocs.io/en/latest/polymorphism.html.
I have added a
Bike
and can reproduce the queries below as in the documentation.However I have also added next queries and would expect this to produce
3
and1
:but I get
4
and4
.The text was updated successfully, but these errors were encountered: