Skip to content
Snippets Groups Projects
Unverified Commit d144ed6f authored by Matthew Hodgson's avatar Matthew Hodgson Committed by GitHub
Browse files

fix bug #2926 (loading all state for a given type from the DB if the state_key is None) (#2990)

Fixes a regression that had crept in where the caching layer upholds requests for loading state which is filtered by type (but not by state_key), but the DB layer itself would interpret a missing state_key as a request to filter by null state_key rather than returning all state_keys.
parent 1a69c6d5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment