mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 20:20:59 -06:00
Added into() free function
This commit is contained in:
@@ -37,7 +37,7 @@ int main()
|
||||
test::TabFoo f;
|
||||
test::TabBar t;
|
||||
|
||||
auto c = custom_query(select(all_of(t)).from(t), sqlpp::verbatim("INTO"), f);
|
||||
auto c = custom_query(select(all_of(t)).from(t), into(f));
|
||||
std::cerr << serialize(c, printer).str() << std::endl;
|
||||
db(c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user