one more test for adding multiple entries, fix of leaking cursor, Storage::change method rework, beginning of documentation

This commit is contained in:
Blue 2023-04-08 02:27:53 +03:00
parent 064277fa6e
commit 6d21ecc155
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 334 additions and 81 deletions

View file

@ -25,6 +25,7 @@
* At this point you are not allowed to add any more storages, otherwise LMDBAL::Opened exception will be thrown.
* It's currently the limitation of this little library and I might solve it in the future.
* Database will throw no exception if you will try to close the closed LMDBAL::Base or open again already opened one.
* Also it will automatically close itself you will try to destoroy onpened LMDBAL::Base.
* Also it will automatically close itself if you'll try to destoroy onpened LMDBAL::Base.
*
* To discover how to store read and modify data take a look at LMDBAL::Storage and LMDBAL::Cache classes.
*/