BugsBiteBugs / sqlitepersistentobjects

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

Typo in NSNumber(SQLitePersistence) ? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe there is a typo in trunk's NSNumber-SQLitePersistence.m, for the 
following:

+ (id)ObjectWithSqlColumnRepresentation:(NSString *)columnData;

When it should be:

+ (id)objectWithSqlColumnRepresentation:(NSString *)columnData;

(A lowercase O). 

Original issue reported on code.google.com by stepwh...@gmail.com on 14 Nov 2008 at 12:28

GoogleCodeExporter commented 9 years ago
I agree with you, there is a problem here. I had an "unrecognized selector" 
exception
before changing it.

Original comment by philippe...@gmail.com on 19 Dec 2008 at 3:24

GoogleCodeExporter commented 9 years ago

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