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
now SQL execution logging does not break String.format method.
Entity dependency graph now ignores self-referencing entities.
Added missing ursor.close() methods to Android Query executer.
If an entity e.g. Message contains ref. entity Message as a field there is a loop exception.
I tried to set
@OneToOne(load = LoadingPolicy.LAZY)
forparentMessage
but it doesn't help at all.The text was updated successfully, but these errors were encountered: