You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(!self.options.contains(.readOnly) || options.contains(.readOnly),"A child transaction was declared read-write, even though its parent was read-only!")
234
-
lettransaction=Transaction(
233
+
letchildTransaction=Transaction(
235
234
persistence: persistence,
236
235
parent:self,
237
236
actionName:nil,
238
237
options: options
239
238
)
240
239
241
240
/// Get the last non-concurrent transaction from the list. Note that disk persistence currently does not support concurrent idempotent transactions.
0 commit comments