zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
55 stars 46 forks source link

Implement IStorageCurrentRecordIteration #389

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

IStorageCurrentRecordIteration is used in preference to IStorageIteration by zodbupdate, and is the only way zodbupdate will run if the storage supports undo.

All types of storages can implement this pretty easily, I think.