fixed: generating a correct table names with indices for JOIN statements and column prefixes
git-svn-id: svn://ttmath.org/publicrep/morm/branches/join_models@1188 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -550,6 +550,11 @@ void Model::clear()
|
||||
}
|
||||
|
||||
|
||||
void Model::prepare_to_select()
|
||||
{
|
||||
table_index = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user