openSUSE / libzypp

ZYpp Package Management library
http://doc.opensuse.org/projects/libzypp/HEAD/
Other
116 stars 82 forks source link

fix rpmdb iterator usage #570

Closed mlandres closed 2 months ago

mlandres commented 2 months ago

After deprecating the db_const_iterator default ctor, the fix is straight forward. Either we need / or we need to follow the current RpmDb.

The test however shows too any dbopen/close calls. I'll add a fix for this ASAP.