Changes between Version 3 and Version 4 of Ticket #31423, comment 2


Ignore:
Timestamp:
Apr 3, 2020, 10:43:54 AM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31423, comment 2

    v3 v4  
    33> In this example, even if `generate_relationships()` causes a database error by breaking an integrity constraint, you can execute queries in `add_children()`, and the changes from `create_parent()` are still there.
    44
    5 Maybe the text could be augmented with `... are still there and are bound to same transaction.` to denote that either both changes would be committed or rolled back.
     5Maybe the text could be augmented with `... are still there and are bound to the same transaction.` to denote that both changes would be committed or rolled back as a unit.
Back to Top