Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoIncrementModelSaver does not call ModelAdapter.saveForeignKeys() #1454

Closed
optisamit opened this issue Sep 26, 2017 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@optisamit
Copy link

DBFlow Version: 4.1.1
Issue Kind Bug

Description:

AutoIncrementModelSaver does not call ModelAdapter.saveForeignKeys().
As a result, @ForeignKey(saveForeignKeyModel = true) is not working on a table with @PrimaryKey(autoincrement = true)

@agrosner
Copy link
Owner

fixed in develop. try a8cb9dfa30 as your DBFlow version.

@agrosner agrosner added the bug label Oct 15, 2017
@agrosner agrosner self-assigned this Oct 15, 2017
@agrosner agrosner modified the milestones: 4.1.1, 4.1.2 Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants