Replies: 1 comment 1 reply
-
Hi @chwo, this is by design. Since this isn't an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Using the
returning(_:)clause in anexecute(_:)statement does not compile because theexecute(_:)statement is only implemented for voidQueryValue.Checklist
mainbranch of this package.Expected behavior
There should be an overload of the
execute(_:)method so that it can be used with thereturning(_:)clause.Actual behavior
No response
Reproducing project
This can be reproduced by adding these two unit tests into
QueryCursorTests.swift:I tried implementing the overload based on the other
fetchstatements but only got it to work for iOS 17 onwards. So I hope you can take over from here and provide the proper overloads.SharingGRDB version information
0.5.0
Sharing version information
No response
GRDB version information
No response
Destination operating system
No response
Xcode version information
Version 16.4 (16F6)
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions