wtulloch / Blazor.IndexedDB

A Blazor library for accessing IndexedDB
MIT License
140 stars 46 forks source link

Use IndexSpec.KeyPath for store keyPath #17

Closed fleischa closed 4 years ago

fleischa commented 5 years ago

IndexedDBManager.AddNewStore incorrectly uses IndexSpec.Name as the key path for the primary key of the new object store.

wtulloch commented 4 years ago

Thanks for that. Sorry for the delay reviewing this, has been a busy end of year.