- From: <bugzilla@jessica.w3.org>
- Date: Mon, 26 Aug 2013 23:45:46 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20257 --- Comment #5 from Joshua Bell <jsbell@google.com> --- Thanks! This matches my expectations except that... (In reply to comment #3) > cursor.continue(null, 1) => exception, invalid cursor position > cursor.continue(null, 2) => exception > cursor.continue(null, 3) => exception > cursor.continue(null, 4) => exception > cursor.continue(null, 5) => exception I was thinking that cursor.continue(null, pk) could be a shortcut for cursor.continue(cursor.key, pk). I'm not sure that's super useful, though. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 26 August 2013 23:45:48 UTC