-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How could I access to a different version of a database in runtime? #435
Comments
Thank you for your reply, I'll wait for the new version then. |
Hi @AndyCRJ, |
I just updated the library and tested without indicating the version in the DBConfig object and everything goes well except for the warning in the console, but that doesn't bother me, so thank you for notice me about the new version!. And answering your question, no, normally my app it's not used in multiple tabs. |
Awesome 💪 |
I need to know if there's a way to access to the database configured for the provider of the library if at any time it got an update, because when the version of it gets an update, and I try to access to the data, I get the error:
interactive-map.component.ts:168 ERROR IndexedDB error: VersionError: The requested version (1) is less than the existing version (2).
I understand that is because in the configuration object we declared the version statically, so I want to know if there's a way to update dynamically the version to access to it.
Thanks.
The text was updated successfully, but these errors were encountered: