some sql classes refactorings like column and table structs to classes
This commit is contained in:
@@ -14,7 +14,7 @@ using namespace matador::test;
|
||||
|
||||
TEST_CASE_METHOD(SchemaFixture, "Test schema one-two-many", "[schema]") {
|
||||
using namespace matador::test;
|
||||
matador::orm::schema repo(pool/*, "NoopSchema"*/);
|
||||
orm::schema repo(pool, "NoopSchema");
|
||||
|
||||
auto result = repo.attach<department>("departments")
|
||||
.and_then( [&repo] { return repo.attach<employee>("employees"); } );
|
||||
|
||||
Reference in New Issue
Block a user