-
Notifications
You must be signed in to change notification settings - Fork 142
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
index["openKeyCursor"] is undefined #157
Comments
This looks like a bug in the API that is being surfaced, I'm not quite sure how best to handle this for the API 😕 |
Sorry for the briefness, of the issue. I just wanted to get people here involved, and make sure I wasn't doing anything dumb. Strangely enough it works in Chrome 48.0.2564.97 m (64-bit) on Windows |
So, in light of this bug, how can I get the entire list of keys? |
Because you need to specify the Judging from your usage I'm going to guess that you want the "primary keys", aka all the |
Hey, Thanks for that! Worked like a charm. Also, I seem to run into another issue,
returns, |
If you're just wanting the |
Well, I did create indexes on both |
Have you got an example? |
As far as the original question, I think this is no longer an issue because, per the latest draft spec and in at least Chrome and Firefox, |
Could we close this? Neither Chrome nor Firefox are failing on the originally reported issue. I think another issue could be filed if @shantanuthatte still has the other question/issue, but I've added the following with data to demonstrate how to get the IDs: |
See https://jsfiddle.net/fok7w86x/2/
Breaks on: https://github.com/aaronpowell/db.js/blob/master/dist/db.js#L288
Fails on Chrome 47.0.2526.111 (64-bit) and Firefox
The text was updated successfully, but these errors were encountered: