mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 21:50:34 -06:00
Added several checks for correct types in insert columns/values
This commit is contained in:
@@ -35,6 +35,7 @@ DbMock::_context_t printer(std::cerr);
|
||||
int main()
|
||||
{
|
||||
test::TabBar t;
|
||||
test::TabFoo f;
|
||||
|
||||
auto x = t.alpha = 7;
|
||||
auto y = t.beta = "kaesekuchen";
|
||||
|
||||
Reference in New Issue
Block a user