mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-23 19:39:31 -06:00
The comparison will not be done twice if the user-defined operator==() in the Derived model is defined. Also, added the u_skipCompareDerived that allows to explicitly skip the Derived comparison logic, it allows to have overloaded operator==(). - added functional tests - added a new models