BugsBiteBugs / sqlitepersistentobjects

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

[PATCH] Deleting an unsaved object raises an exception #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. MySQLPOSubclass *obj = [[MySQLPOSubclass alloc] init];
2. [obj deleteObject];

What is the expected output? What do you see instead?
It shouldn't blow up.  It blows up.

What version of the product are you using? On what operating system?
63

Original issue reported on code.google.com by li...@wzph.com on 11 Feb 2009 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago
Added your fixes to revision 64. Also added tests to revision 66

Original comment by amle...@gmail.com on 17 Feb 2009 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by amle...@gmail.com on 17 Feb 2009 at 11:43