column generator progress

This commit is contained in:
2025-11-12 22:18:56 +01:00
parent 1c5b2b21b0
commit 0d08ad4179
9 changed files with 202 additions and 65 deletions
+1 -1
View File
@@ -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)