mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 04:00:39 -06:00
Added table checks for dynamic_join(x).add(y)
This commit is contained in:
@@ -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* [])
|
||||
|
||||
Reference in New Issue
Block a user