mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Fixed function name
This commit is contained in:
parent
cf9ec10ae4
commit
67af04e8f8
@ -111,7 +111,7 @@ namespace
|
|||||||
from_dynamic_check<sqlpp::assert_from_not_pre_join_t>(t.join(f));
|
from_dynamic_check<sqlpp::assert_from_not_pre_join_t>(t.join(f));
|
||||||
}
|
}
|
||||||
|
|
||||||
void dynamic_from()
|
void dynamic_from_add()
|
||||||
{
|
{
|
||||||
#warning : need to add tests for dynamic_from(xxx).add(yyy)
|
#warning : need to add tests for dynamic_from(xxx).add(yyy)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user