now Model.update() and Model.insert() can update/insert the whole tree with child models

(at the moment without lists/vectors only model childs)



git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1205 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2019-09-04 16:02:18 +00:00
parent 7ff05f493c
commit d2f851faf9
9 changed files with 228 additions and 89 deletions

View File

@@ -119,6 +119,8 @@ args_options.Add(L"config", 1);
model_connector.set_logger(log);
postgresql_connector.set_log_queries(true);
// CHECK ME may it would be better if postgresql_connector could take the logger from model_connector?
postgresql_connector.set_logger(log);
morm::samples::Sample01 sample_01;