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

Migrating To GRDBQuery 0.9 #152

Merged
merged 11 commits into from
Sep 12, 2024
Merged

Migrating To GRDBQuery 0.9 #152

merged 11 commits into from
Sep 12, 2024

Conversation

gemcoder21
Copy link
Contributor

No description provided.

Migrated requests from Queryable to ValueObservationQueryable
Updates gem dependencies requests init
@gemdev111 gemdev111 linked an issue Sep 4, 2024 that may be closed by this pull request
@gemdev111 gemdev111 marked this pull request as ready for review September 4, 2024 14:40
@@ -4,23 +4,16 @@ import GRDBQuery
import Combine
import Primitives
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove import Combine as well in each file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately not possible to remove for now, ref to xcode warning(ValueObservationQueryable):

Cannot use conformance of 'AnyPublisher<Output, Failure>' to 'Publisher' here; 'Combine' was not imported by this file; this is an error in Swift 6

@gemcoder21 gemcoder21 merged commit 0d2ea95 into main Sep 12, 2024
1 check failed
@gemcoder21 gemcoder21 deleted the grdb branch September 12, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

grdb review migration to new version of library
2 participants