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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user