Added table checks for dynamic_join(x).add(y)

This commit is contained in:
rbock
2016-03-22 09:23:37 +01:00
parent ec81299259
commit cf9ec10ae4
4 changed files with 14 additions and 1 deletions

View File

@@ -110,6 +110,11 @@ namespace
// Try cross joins (missing condition)
from_dynamic_check<sqlpp::assert_from_not_pre_join_t>(t.join(f));
}
void dynamic_from()
{
#warning : need to add tests for dynamic_from(xxx).add(yyy)
}
}
int main(int, char* [])