schema progress (does not compile)
This commit is contained in:
@@ -22,7 +22,7 @@ class TypeTraitsTestFixture : public QueryFixture
|
||||
public:
|
||||
TypeTraitsTestFixture() {
|
||||
REQUIRE(db.open());
|
||||
const auto obj = matador::object::object_generator::generate<location>(repo, "location");
|
||||
const auto obj = matador::object::object_generator::generate<location>(repo.repo(), "location");
|
||||
const auto res = query::create()
|
||||
.table(obj->name())
|
||||
.columns(obj->attributes())
|
||||
|
||||
Reference in New Issue
Block a user