some work: we need a different way of naming tables for joins
git-svn-id: svn://ttmath.org/publicrep/morm/branches/join_models@1187 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -151,7 +151,7 @@ DbExpression * DbConnector::get_expression()
|
||||
}
|
||||
|
||||
|
||||
void DbConnector::generate_select_columns(PT::TextStream & stream, Model & model, const std::wstring & column_prefix)
|
||||
void DbConnector::generate_select_columns(PT::TextStream & stream, Model & model, const std::string & column_prefix)
|
||||
{
|
||||
allocate_default_expression_if_needed();
|
||||
|
||||
|
Reference in New Issue
Block a user