Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_persistence
-
Labels:None
-
Story Points:0.1
-
Team:Architecture
Description
In DM-7069 it was noticed that the DbStorage could not be called as a modern iterator via the next function. Turns out that this is purely because there was not _next_ method. This ticket fixes that problem and updates the tests.
Minor fixes the iterator problem we discussed in
DM-7069.