novi / mysql-swift

A type safe MySQL client for Swift
MIT License
163 stars 41 forks source link

Fix deprecation warnings related to String.characters #61

Closed florianreinhart closed 6 years ago

florianreinhart commented 6 years ago

I've removed all usages of String.characters.

Also, I switch to building a String instance directly instead of a [Character] and converting that to a String.

novi commented 6 years ago

Thanks!