Hi,
I understand from previously reading about it that the Deep Save block, allows for related objects to be saved more easily. Any documentation on how to use it?
Thanks
Hi,
I understand from previously reading about it that the Deep Save block, allows for related objects to be saved more easily. Any documentation on how to use it?
Thanks
We are making a few changes in the semantics of the api. As soon as the changes are finalized, the docs will be published.
Regards,
Mark
Hi,
Deep Save works like a charm, really simplifies operations, when you need to save multiple relations.
Just wanted to ask will Deep Save roll back the changes, if the transaction could not be completed? and can deep save be combined with the transaction API?
Thanks
Hi Farid,
Deep Save uses the Transaction API, so yes, if anything goes wrong, the changes will rollback.
Regards,
Mark
I assume then, it uses Repeatable Read as the default isolation level?
Thanks