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

Added a method to retrieve the full list of values in a row. #1

Closed
wants to merge 1 commit into from

Conversation

Razican
Copy link

@Razican Razican commented Feb 4, 2020

This implements a workaround to allow for implementing what was
suggested in diesel-rs#10 (comment).

This implements a workaround to allow for implementing what was
suggested in diesel-rs#10 (comment).
@Razican
Copy link
Author

Razican commented Feb 4, 2020

Maybe it would be nice to implement Into<Vec<I>> too, in order to avoid cloning if you don't need the row anymore.

@weiznich
Copy link
Member

weiznich commented Feb 4, 2020

I've already implemented IntoIterator for NamedRow<T>, so I'm not sure if that is that useful 😉

@Razican
Copy link
Author

Razican commented Feb 5, 2020

True, didn't notice it!

@Razican Razican closed this Feb 5, 2020
@Razican Razican deleted the row_iter branch March 9, 2020 18:57
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.

2 participants