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

The table "NSFP_SchemaTable" is never created, but NanoStore attempts to insert stuff into it. #92

Closed billgarrison closed 11 years ago

billgarrison commented 11 years ago

The -[NSFNanoStore _setupCachingSchema] attempts to insert some rows into a table named _NSFPSchemaTable, but this table seems to never be created anywhere.

This table gets referenced in a few other places as well.

Is this table part of some larger master plan, or just vestigial stuff that could be deleted?

tciuro commented 11 years ago

It's not used. It's vestige from QuickLite. Thanks Bill, will commit a change to clean it up.