data.d.values() no more working?
Issue #142
new
It seems that
values = data.d.values()
as suggested here no more works, whereas
keys = data.d.keys()
still works fine. Is that intentional or we have crashed it somehow?
Comments (1)
-
repo owner - Log in to comment
You are right -- this isn't implemented in FileDatabase.