-
-
Notifications
You must be signed in to change notification settings - Fork 483
Allow borrowed deserialization #281
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
Comments
sfackler
added a commit
that referenced
this issue
Apr 22, 2018
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
added a commit
that referenced
this issue
Apr 22, 2018
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
added a commit
that referenced
this issue
Apr 22, 2018
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
added a commit
that referenced
this issue
Apr 22, 2018
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
added a commit
that referenced
this issue
Apr 22, 2018
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we changed FromSql to look like
This would allow implementations for
&str
and&[u8]
which would be pretty handy. It's unfortunately a breaking change so it'll have to waitcc @jwilm
The text was updated successfully, but these errors were encountered: