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.
Attachments
Issue Links
Activity
Reviewers | Nate Pease [ npease ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Minor fixes the iterator problem we discussed in
DM-7069.