Skip to content
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

Range Filtering on Indexes #15

Closed
pixelcort opened this issue Aug 2, 2012 · 1 comment
Closed

Range Filtering on Indexes #15

pixelcort opened this issue Aug 2, 2012 · 1 comment
Assignees

Comments

@pixelcort
Copy link
Contributor

Steps to reproduce:

  1. Go to http://nparashuram.com/jquery-indexeddb/example/ in Safari, which will use the shim
  2. Enter X=[];$.indexedDB("MyECommerceSite").objectStore("catalog").index("price").each(function(){X.push(arguments);}, [150]) into the console
  3. Go to the same page in Chrome, which will use the native IndexedDB implementation
  4. Enter the same code snippet into the console in Chrome.

Expected the length of X in both browsers to be the same. With the shim, Safari shows 0 and without the shim, Chrome shows 2.

@ghost ghost assigned axemclion Aug 2, 2012
@axemclion
Copy link
Collaborator

Fixed in SHA: ed0d0fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants