- update to 2.2.0: * New ``lmdb.aio`` module providing asyncio support with * ``AsyncEnvironment`` and ``AsyncTransaction``. (#434) * ``Environment.dbs()`` lists all named databases in an environment. * ``Cursor.getmulti()`` accepts ``values=False`` for batch key- existence checks without fetching values. (#435) * ``Transaction.stat()`` now defaults to the main database when no ``db`` argument is given. (#366, #439) * ``Environment.set_mapsize()`` now safely invalidates open transactions and cursors before remapping, preventing use-after-free crashes. (#443) * Enable sparse files on Windows so NTFS does not preallocate the full ``map_size`` on disk. (#444) * Add LMDB data layout validation tests and patched/pure equivalence checks. (#433) OBS-URL: https://build.opensuse.org/request/show/1344187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lmdb?expand=0&rev=21
Description
No description provided
Languages
RPM Spec
100%