aybekckaya / sqlitepersistentobjects

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

NSNumber-SQLitePersistence objectWithSqlColumnRepresentation: improper capitalization #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
NSNumber-SQLitePersistence.h and .m define the class method + 
(id)ObjectWithSqlColumnRepresentation:(NSString *)columnData but it should have 
a lowercase "o" 
instead of an uppercase "O" because the method calls in 
SQLitePersistentObject.m refer to the 
lowercase version.

Original issue reported on code.google.com by d...@mac.com on 25 Oct 2008 at 6:42

GoogleCodeExporter commented 8 years ago

Original comment by amle...@gmail.com on 17 Jan 2009 at 2:34