novi / mysql-swift

A type safe MySQL client for Swift
MIT License
163 stars 40 forks source link

Correct String IDType encoding in Encodable container #77

Closed novi closed 6 years ago

novi commented 6 years ago

Now String based IDType will be encoded correctly in Encodable container.

(And corrects wrong annotation usage.)