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

GRDB 7: prefer any DatabaseReader and DatabaseWriter #1635

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

groue
Copy link
Owner

@groue groue commented Sep 21, 2024

APIs that used to accept some DatabaseReader or some DatabaseWriter arguments now accept any DatabaseReader or any DatabaseWriter. This better matches the most frequent GRDB usage (DatabasePool in app, DatabaseQueue in tests and previews), and avoids compiler quirks with existential opening.

@groue groue merged commit c149d11 into GRDB7 Sep 21, 2024
8 checks passed
@groue groue deleted the dev/GRDB7-any-database branch September 21, 2024 15:14
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