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

@@ -71,7 +71,7 @@ public:
column_expression += L" as ";
column_expression += new_column_name;
field(-1, column_expression.c_str(), field_value, false, false, false, false);
field(column_expression.c_str(), field_value, false, false, false, false);
}