MM
2018-10-23 13:43:25 UTC
Hello,
The sql generated by odb say for a member that is std::vector<T> includes a
foreign constraint "ON DELETE CASCADE" so that is the containing object is
deleted from the master table, the relevant rows are deleted from the slave
table.
Is there a pragma to generate "ON UPDATE CASCADE" as well?
Thank you
The sql generated by odb say for a member that is std::vector<T> includes a
foreign constraint "ON DELETE CASCADE" so that is the containing object is
deleted from the master table, the relevant rows are deleted from the slave
table.
Is there a pragma to generate "ON UPDATE CASCADE" as well?
Thank you