Closed patrick-zippenfenig closed 6 years ago
Thanks for the pull request. The API design looks good.
Could you write a test for this decodable support?
@novi Basic tests seem to be fine. I implemented a first version of "Encodable" locally. It's a little bit more complicated then Decodable. I will start another PR for encoding
@patrick-zippenfenig Thanks and the test is fine.
I noticed that AutoincrementID
is not yet decodable and Data
(Blob) test is absent.
But I will merge this PR for now. We could open another PR for that.
See https://github.com/novi/mysql-swift/issues/58. QueryRowResultType still supported.