add column info (progress, not compiling)
This commit is contained in:
@@ -121,7 +121,7 @@ TEST_CASE_METHOD(QueryFixture, " Execute insert statement", "[session]")
|
||||
.execute();
|
||||
|
||||
auto res = db.insert()
|
||||
.into("person", {"id", "name", "color"})
|
||||
.into("person", {{"", "id", ""}, {"", "name", ""}, {"", "color", ""}})
|
||||
.values({7, "george", "green"})
|
||||
.execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user