Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow FromSql to borrow from the buffer #342

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

Merged
merged 1 commit into from
Apr 22, 2018
Merged

Allow FromSql to borrow from the buffer #342

merged 1 commit into from
Apr 22, 2018

Conversation

sfackler
Copy link
Owner

This allows for in-place deserialization of text and bytea values in
particular.

Row::get_bytes is removed since it previously existed for this use case.

Closes #281

@sfackler
Copy link
Owner Author

@jwilm

@sfackler sfackler force-pushed the borrowed branch 3 times, most recently from d21f17c to 95d4cf4 Compare April 22, 2018 20:14
This allows for in-place deserialization of text and bytea values in
particular.

Row::get_bytes is removed since it previously existed for this use case.

Closes #281
@sfackler sfackler merged commit 165a334 into master Apr 22, 2018
@sfackler sfackler deleted the borrowed branch April 22, 2018 21:16
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.

1 participant