3 Feb
2014
3 Feb
'14
4:21 p.m.
Roland Bock
Dear boosters,
after the lively discussion about sqlpp11 in November 2013 (http://lists.boost.org/Archives/boost/2013/11/208388.php), sqlpp11 has evolved quite a bit and I want to give you an update.
snip
auto i = insert_into(tab).columns(tab.alpha, tab.beta);
//Then you add values (one or more times): i.values(tab.alpha = 7, tab.beta = "seven");
// Then you run the insert db.run(i);
Just a thought: why not `operator()` instead of `run`, making the db a callable? Alex -- Swish - Easy SFTP for Windows Explorer (http://www.swish-sftp.org)