mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-03 17:39:09 -05:00
First custom query sent to MockDb
This commit is contained in:
@@ -37,8 +37,9 @@ int main()
|
||||
test::TabFoo f;
|
||||
test::TabBar t;
|
||||
|
||||
auto c = custom_query(select(all_of(t)).from(t), insert_into(t));
|
||||
std::cerr << serialize(c, printer).str() << std::endl;
|
||||
auto c = custom_query(select(all_of(t)).from(t));
|
||||
//std::cerr << serialize(c, printer).str() << std::endl;
|
||||
db(c);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user