BugsBiteBugs / sqlitepersistentobjects

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

property names that fail to save and/or load correctly #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create an object with property names starting with a capital letter or 
containing underscores
2. save the object
3. load the object 

What is the expected output? What do you see instead?
properties are not loaded from the database after saving

Original issue reported on code.google.com by amle...@gmail.com on 17 Jan 2009 at 2:42

GoogleCodeExporter commented 9 years ago
While the Cocoa naming convention is to not begin a property with a capital 
letter, underscores are perfectly 
valid (although uncommon) in property names.

Original comment by j.p.dann on 25 Jan 2009 at 1:05

GoogleCodeExporter commented 9 years ago

Original comment by amle...@gmail.com on 23 Feb 2009 at 11:51