mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-19 01:38:20 -05:00
Fixed a bunch of missing initializations
This commit is contained in:
@@ -32,7 +32,7 @@ MockDb db;
|
||||
|
||||
int main()
|
||||
{
|
||||
test::TabBar t;
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
insert_into(t).set(t.beta = "need also to insert gamma");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user