I can't understand the insert_with_all_relation
I don't quite understand the different between insert_with_all_relation and insert, There is no doc to describe them, Could you give me an example to show the difference?
QxOrm : ORM (Object Relational Mapping) C++ library - QxEntityEditor : graphic editor for QxOrm library
http://www.qxorm.com/forum/phpbb/
daoError = qx::dao::insert(my_blog);
daoError = qx::dao::insert(my_list_of_comments);daoError = qx::dao::insert_with_all_relation(my_blog);