Added several checks for correct types in insert columns/values

This commit is contained in:
rbock
2014-02-10 09:46:31 +01:00
parent 82bcd63efd
commit e4c7b5235f
11 changed files with 27 additions and 2 deletions

View File

@@ -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";