We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've just hit an issue when iterating over records using a prefix. The issue comes up when keys have the following structure:
for (....) sprintf(buffer, "log:%08x:%08x:record%u", i, i, i); sp_setstring(o, "key", buffer, strlen(buffer)
I've just reduced the issue to a minimal test and will open a PR.
Dmitry, could you take a look please? What am I missing?
The text was updated successfully, but these errors were encountered:
Please see d0a5bfb - I got a repro with the existing test.
Sorry, something went wrong.
Presumably the database needs to jump to the last key before it begins iteration, and this isn't happening when it encounters a prefix (?).
Additional test-cases, related to pmwkaa/sophia#167
62625a0
No branches or pull requests
I've just hit an issue when iterating over records using a prefix. The issue comes up when keys have the following structure:
I've just reduced the issue to a minimal test and will open a PR.
Dmitry, could you take a look please? What am I missing?
The text was updated successfully, but these errors were encountered: