BugsBiteBugs / sqlitepersistentobjects

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

@encode() types should not be hardcoded #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
r132 - iPhone

Please provide any additional information below.
Instead of all the @"C", @"i", etc in SQLitePersistentObject, one should use 
[NSString 
stringWithCString:@encode(NSInteger)]

Original issue reported on code.google.com by j.p.dann on 25 Mar 2009 at 6:53