Skip to content

Allow byte[] blobs for unsafe mysql package

Choose a tag to compare

@schveiguy schveiguy released this 11 Feb 23:36
· 5 commits to master since this release
fa4d3fb

The previous minor release allowed byte[] blobs, whereas 3.2.0 did not, even for the unsafe version.

In this bugfix release, byte[] blobs are supported, but only for unsafe code. Any code using byte[] for blobs should migrate to using ubyte[] instead.