berlindb / core

All of the required core code
MIT License
255 stars 29 forks source link

Issue/27 - Query: in clean_item_cache(), make an array instead of cast to array. #30

Closed JJJ closed 4 years ago

JJJ commented 4 years ago

This commit fixes a bug that was preventing single item caches from being cleaned when an item was deleted.

Props felipeelia. Fixes #27.