some work in branches/join_models

git-svn-id: svn://ttmath.org/publicrep/morm/branches/join_models@1190 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2019-05-13 03:12:31 +00:00
parent 6d9b9045fe
commit 34ddf11351
9 changed files with 66 additions and 3 deletions

View File

@@ -53,6 +53,9 @@ public:
{
}
bool has_autogenerated_select;
PT::TextStream morm_finder_join_tables;
std::list<std::string> morm_foreign_keys;
int morm_current_max_column;
@@ -65,6 +68,8 @@ public:
virtual void prepare_to_new_select()
{
has_autogenerated_select = false;
morm_current_max_column = 1;
morm_finder_join_tables.clear();
morm_table_join_map.clear();