A stand-alone Swift wrapper around the MariaDB client library, enabling access to MariaDB servers. http://www.perfect.org
9
stars
8
forks
source link
Fixed incorrect binary field check; fixes issues with nested Codable #4
Closed
Bo98 closed 5 years ago
Please see PerfectlySoft/Perfect-MySQL#50 for details.
Notably this broke nested Codable support. In fact this is exactly what is tested in
testCodableProperty
but the test was commented out.This pull request fixes the bug behind that test breaking and restores the test.