mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
* feat: uuid decoder for mysql, patterned on postgres * feat: Add uuid on mysql encoding * fix: encode after converting to bytes * fix: use the byte decoder on uuids * fix: remove unused import * feat: Adds mysql encoding/decoding support for Hyphenated uuid * fix: uncommented feature flag line * fix: unresolved import * fix: use sqlx string type for binary uuid Co-authored-by: Ian Hume <Humeian@me.com>