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

SqliteHuey has no .all_results() ? #356

Closed
jedie opened this issue Sep 6, 2018 · 1 comment
Closed

SqliteHuey has no .all_results() ? #356

jedie opened this issue Sep 6, 2018 · 1 comment

Comments

@jedie
Copy link
Contributor

jedie commented Sep 6, 2018

Calling HUEY.all_results() with SqliteHuey will result in:

  File ".../python3.6/site-packages/huey/api.py", line 496, in all_results
    return self.storage.result_items()
  File ".../python3.6/site-packages/huey/storage.py", line 185, in result_items
    raise NotImplementedError

Is this normal?

I can't find information about this in the docs, like here: https://huey.readthedocs.io/en/latest/api.html#Huey.all_results doesn't

EDIT: .result_items() is also missing. Seems that more stuff around task results is missing in sqlite storage, isn't it?

@jedie
Copy link
Contributor Author

jedie commented Sep 7, 2018

@coleifer Great!

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

1 participant