one more test for adding multiple entries, fix of leaking cursor, Storage::change method rework, beginning of documentation
This commit is contained in:
parent
064277fa6e
commit
6d21ecc155
3 changed files with 334 additions and 81 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue