stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

UUID fields are not decoded properly (while encoded good) #1126

Closed Alkenso closed 1 year ago

Alkenso commented 2 years ago

Version: 0.13.3 Installed via SPM

File: SQLite/Typed/Coding.swift SQLite.swift has support of UUID type.

eonil commented 2 years ago

+1

Same thing happened to me.

jberkel commented 1 year ago

Fixed in #1137