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

Support ReadOnlyMemory<byte> in MySqlParameter.Value #624

Closed
bgrainger opened this issue Mar 26, 2019 · 1 comment
Closed

Support ReadOnlyMemory<byte> in MySqlParameter.Value #624

bgrainger opened this issue Mar 26, 2019 · 1 comment

Comments

@bgrainger
Copy link
Member

Add support for ReadOnlyMemory<byte> as the value of MySqlParameter.Value for the reasons given in npgsql/npgsql#2392.

@bgrainger
Copy link
Member Author

Implemented in 0.51.0.

Memory<byte> and ArraySegment<byte> implemented in 0.51.1.

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

No branches or pull requests

1 participant