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