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
AutoIncrementModelSaver does not call ModelAdapter.saveForeignKeys().
As a result, @ForeignKey(saveForeignKeyModel = true) is not working on a table with @PrimaryKey(autoincrement = true)
The text was updated successfully, but these errors were encountered:
DBFlow Version: 4.1.1
Issue Kind Bug
Description:
AutoIncrementModelSaver
does not callModelAdapter.saveForeignKeys()
.As a result,
@ForeignKey(saveForeignKeyModel = true)
is not working on a table with@PrimaryKey(autoincrement = true)
The text was updated successfully, but these errors were encountered: