-
Notifications
You must be signed in to change notification settings - Fork 40
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
[WebSQL] How to avoid duplicate index definition? #98
Comments
Hi, |
@mehdirande As far I remember, WebSQL has problem with reflection on composite index. Where is |
Okay done, thanks! |
Hi,
I run the below code at Google Chrome(v48) and Safari(v9) on MacOSX(v10.11).
This script works correctly for the first time. However, I got the below error(Chrome) from the second time.
There are no error using IndexedDB however we need to support iOS and Android.
Is there way to avoid duplicate index definition?
Thanks
The text was updated successfully, but these errors were encountered: