PerfectlySoft / Perfect-MariaDB

A stand-alone Swift wrapper around the MariaDB client library, enabling access to MariaDB servers. http://www.perfect.org
https://www.perfect.org
Apache License 2.0
9 stars 8 forks source link

Fixed incorrect binary field check; fixes issues with nested Codable #4

Closed Bo98 closed 4 years ago

Bo98 commented 4 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.