-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
API overhaul #736
Comments
Not sure if this is related, but I recently changed In case you are interested, the commit at hand is Timing-GmbH@c2f9cd0. I'm not suggesting cherry-picking this 1-by-1, but if you are about to overhaul the API anyway, consider changing |
@MrMage thanks! this has already been discussed in #569. A |
Thanks for the elaboration! Looking forward to whatever improvements you come up with :-) I think the `Cursor` approach is not bad, but I would also suggest making that return `RowResult`s instead of optional `Row`s.
|
Especially w.r.t error handling
The text was updated successfully, but these errors were encountered: