mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Optional chaining strange behaviour #329
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spacedema on GitHub (May 21, 2020).
Hi!
Noticed strange behaviour while fetching from db, don't know if it is related to core store
@JohnEstropia commented on GitHub (May 22, 2020):
My guess it that ARC releases the transaction earlier in the second code. If that's the case, you will probably experience the same thing in the first code when building release (optimized) builds.
You can try
@spacedema commented on GitHub (May 22, 2020):
Thanks for the answer, will check it in release build