Closed novi closed 6 years ago
Released 0.9.0-beta.1
with Codable support.
This is awesome! I'll try to test it asap.
@novi 0.9.0 works great for me. Just two issues I ran into:
Data
instance in my types and manually create a JSONDecoder.Decimal
encodes and decodes itself as a dictionary, aka keyed container. We need to manually decode a decimal from MySQL using Decimal(init:locale:)
. See: https://github.com/apple/swift-corelibs-foundation/blob/b41506ce7918f4b5eff7374045dc319c896db8af/Foundation/Decimal.swift#L2099@florianreinhart These issues will be fixed in #85, #86.
Released 0.9.0-beta.6
, includes #85, #86 and various bug fixes.
I'm planning following changes on next minor(actually major) version
0.9.0
.Current row decoder
QueryRowResultType
and parameter typeQueryParameterDictionaryType
will be deprecated or support dropped.And will maintain
0.8.x
for a period of time on 0.8-branch.Related #58 #68.