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

Make updateChanges(_:with:) available to PersistableRecord structs #464

Merged
merged 3 commits into from
Jan 5, 2019

Conversation

groue
Copy link
Owner

@groue groue commented Jan 5, 2019

GRDB 3.6.0 has introduced the updateChanges(_:with:) method.

Structs that adopt the PersistableRecord protocol could not use it, due to a wrong definition of mutating/non-mutating variants of the method. This PR fixes this.

@groue groue changed the base branch from master to development January 5, 2019 13:47
@groue groue merged commit ac40b63 into development Jan 5, 2019
@groue groue deleted the feature/updatesChanges branch January 5, 2019 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant