Changes between Version 4 and Version 5 of Ticket #31423, comment 2
- Timestamp:
- Apr 3, 2020, 10:44:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31423, comment 2
v4 v5 3 3 > 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. 4 4 5 Maybe the text could be augmented with `... are still there and arebound to the same transaction.` to denote that both changes would be committed or rolled back as a unit.5 Maybe the text could be augmented with `... are still there and bound to the same transaction.` to denote that both changes would be committed or rolled back as a unit.