Fixed a bunch of smaller migration errors

This commit is contained in:
rbock
2014-02-08 22:24:05 +01:00
parent 68750aac80
commit 3c6e7cb89a
14 changed files with 157 additions and 161 deletions

View File

@@ -138,7 +138,7 @@ namespace sqlpp
constexpr auto dynamic_remove_from(const Database&, Table table)
-> remove_t<Database, vendor::single_table_t<void, Table>, vendor::no_using_t, vendor::no_where_t>
{
return { blank_remove_t<Database>(), vendor::single_table_t<Database, Table>{table} };
return { blank_remove_t<Database>(), vendor::single_table_t<void, Table>{table} };
}
}