AlexDenisov / iActiveRecord

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

Using stringWithFormat instead of appendFormat to fix issue #50 #56

Closed danpe closed 10 years ago

danpe commented 10 years ago

Using stringWithFormat instead of appendFormat to fix issue #50

Maybe we should change all mutable strings to normal strings and use string with format, but it may lower the performance.

AlexDenisov commented 10 years ago

Thanks