Jane1234567 / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

columnTypeForObjectStorage is wrong for NSDate(SQLitePersistence) #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When NSDate(SQLitePersistence) was changed from storing dates as reals to 
storing dates as strings, the class function columnTypeForObjectStorage was 
not changed to match.

I believe this doesn't affect SQLite because of it's type system, however it 
can 
be a little confusing when first reading the code :)

(Really minor issue, but can't see a way of setting it as a low priority issue)

Original issue reported on code.google.com by adrian.b...@gmail.com on 11 May 2009 at 12:30