go-ozzo / ozzo-dbx

A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
MIT License
636 stars 91 forks source link

How to convert string to binary(16) in MySQL 8.0? #84

Open kolkov opened 4 years ago

kolkov commented 4 years ago

How to use this function (UUID_TO_BIN) to store in query biulder? Is it possible? https://stackoverflow.com/a/45186851/4174678