mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 13:41:11 -06:00
Rewrote like() member function, added more type control to concat()
This commit is contained in:
@@ -276,6 +276,7 @@ int main()
|
||||
!t.gamma;
|
||||
t.beta < "kaesekuchen";
|
||||
(t.beta + "hallenhalma").serialize(std::cerr, db);
|
||||
concat(t.beta, "hallenhalma").serialize(std::cerr, db);
|
||||
static_assert(sqlpp::must_not_insert_t<decltype(t.alpha)>::value, "alpha must not be inserted");
|
||||
t.alpha.serialize(std::cerr, db);
|
||||
std::cerr << "\n" << sizeof(TabSample) << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user