tciuro / NanoStore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.
Other
404 stars 39 forks source link

A fix for #83 #84

Closed billgarrison closed 11 years ago

billgarrison commented 11 years ago

Here's a fix for #83. -[NSFNanoBag addObject:error:] now uses -[NSFNanoObjectProtocol nanoObjectDictionaryRepresentation] to obtain the object's dictionary rep.

Includes unit test that exercises the bug/confirms the fix.

tciuro commented 11 years ago

Thanks Bill!