mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-29 14:28:49 -06:00
Added the test case which tests returning the std::unique_ptr<Relation<>> instead of the derived relation eg. std::unique_ptr<HasMany> from the relationship factory methods. This behavior is considered an additional feature and is possible thanks to the polymorphism.