AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

* fix issue with incorrect encoding of joined record text columns #70

Closed jklimke closed 10 years ago

jklimke commented 10 years ago

There was a problem with the encoding of record columns that have been fetched using joins. Fixed this by duplicating the string conversion code of the non joined records