forked from blue/lmdbal
tests for transaction RAII behaviour, transaction documentation, minor doc fixes
This commit is contained in:
parent
de741eda21
commit
6b348023bb
8 changed files with 215 additions and 12 deletions
|
@ -186,7 +186,7 @@ void LMDBAL::Cursor<K, V>::renew () const {
|
|||
*
|
||||
* This function does nothing if the cursor is closed
|
||||
*
|
||||
* \param[in] txn a transaction you wish this cursor to be bound to
|
||||
* \param[in] transaction - a transaction you wish this cursor to be bound to
|
||||
*
|
||||
* \exception LMDBAL::Closed thrown if you try to renew the cursor on a closed database
|
||||
* \exception LMDBAL::Unknown thrown if there was a problem renewing the cursor by lmdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue