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:
2019-03-31 20:21:12 +00:00
parent ab54a3fc3e
commit 6d9b9045fe
7 changed files with 121 additions and 84 deletions

View File

@@ -550,6 +550,11 @@ void Model::clear()
}
void Model::prepare_to_select()
{
table_index = 1;
}