PerfectlySoft / Perfect-MySQL

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

Make public attributes in struct FieldInfo #19

Closed ucotta closed 7 years ago

ucotta commented 7 years ago

It does not make sense to share a structure and keep its attributes private.

Making public this fields we can get the field names.