remirobert / Camembert

Use sqlite3 for iOS and OS X simply.
MIT License
52 stars 12 forks source link

NSDate Issue #12

Open RayanSaeed opened 9 years ago

RayanSaeed commented 9 years ago

Camembert seems to save an NSDate as a string, and when I retrieve the date from the database I expect it to be an NSDate back again, but it's not. How do I solve this problem?

OmarBizreh commented 9 years ago

I will go through the code again and fix the issue by tonight