objection-guid icon indicating copy to clipboard operation
objection-guid copied to clipboard

Add "useBinary" option to convert to/from `binary(16)`

Open schmoove opened this issue 3 years ago • 1 comments

It's common to store UUIDs in MySQL as binary(16). This PR adds a useBinary option to convert the generated/returned UUIDs to/from binary format.

schmoove avatar Apr 11 '21 21:04 schmoove

@schmoove thanks for the PR. Please add some tests to it

joaonice avatar Apr 12 '21 09:04 joaonice