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

Mods to fix #93 #94

Closed billgarrison closed 11 years ago

billgarrison commented 11 years ago

Mods to fix #93. Eliminated -[NSFNanoEngine NSFP_setFullColumnNamesEnabl...ed]. In all invocations of -[NSFNanoResult valuesForColumn:], all references to columns of the form . are reduced to just . All unit tests pass.

tciuro commented 11 years ago

Thanks Bill!