added object_proxy as the holder of the object in object_ptr

This commit is contained in:
2025-02-22 15:39:38 +01:00
parent d0b3ce4231
commit 35f078bbc4
5 changed files with 46 additions and 18 deletions
@@ -3,6 +3,7 @@
#include "matador/object/primary_key_resolver.hpp"
#include "../test/models/book.hpp"
#include "../test/models/author.hpp"
#include "../test/models/product.hpp"
TEST_CASE("Test primary key resolver", "[PrimaryKeyResolver]") {