column generator progress
This commit is contained in:
@@ -56,7 +56,7 @@ TEST_CASE_METHOD(TypeTraitsTestFixture, "Special handling of attributes with typ
|
||||
|
||||
auto stmt = query::insert()
|
||||
.into("location", generator::columns<location>(repo))
|
||||
.values<location>()
|
||||
.values(generator::placeholders<location>())
|
||||
.prepare(db);
|
||||
REQUIRE(stmt);
|
||||
auto res = stmt->bind(loc)
|
||||
|
||||
Reference in New Issue
Block a user