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

Status of DbResult #21

Closed
mikeastock opened this Issue Nov 28, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@mikeastock
Contributor

mikeastock commented Nov 28, 2015

The README shows it as the return type for insert but the source shows Result as the return type. Is the end goal to use DbResult over Result?

@sgrif

This comment has been minimized.

Member

sgrif commented Nov 28, 2015

The goal is not not overload prelude, but I've been referencing yaqb::result::Result when I use that name.

@sgrif sgrif closed this in f30e064 Nov 28, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment