yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

WebSQL : When dropping a store, also drop multi-entry indexes. #91

Closed mehdirande closed 8 years ago

mehdirande commented 8 years ago

In Websql implementation, the library create a separated table for each multi-entry index in a store. On store changes, or store removal, the library must also drop the table corresponding to those indexes.