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

Fix issue #1: Infinite loop on connect() #2

Closed mgreiner closed 8 years ago

mgreiner commented 8 years ago

alloc method was calling itself. I believe the revised code was the intention.