Sessions to manage db open state
All checks were successful
Main LMDBAL workflow / Test LMDBAL with qt5 (push) Successful in 1m16s
Main LMDBAL workflow / Test LMDBAL with qt6 (push) Successful in 1m39s
Main LMDBAL workflow / Builds documentation (push) Successful in 46s
Main LMDBAL workflow / Deploys documentation (push) Successful in 7s
All checks were successful
Main LMDBAL workflow / Test LMDBAL with qt5 (push) Successful in 1m16s
Main LMDBAL workflow / Test LMDBAL with qt6 (push) Successful in 1m39s
Main LMDBAL workflow / Builds documentation (push) Successful in 46s
Main LMDBAL workflow / Deploys documentation (push) Successful in 7s
This commit is contained in:
parent
3701fb92a1
commit
f9902bc0b1
13 changed files with 342 additions and 124 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
base.cpp
|
||||
transaction.cpp
|
||||
cursorcommon.cpp
|
||||
session.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
|
@ -20,6 +21,7 @@ set(HEADERS
|
|||
cache.hpp
|
||||
operators.hpp
|
||||
transaction.h
|
||||
session.h
|
||||
)
|
||||
|
||||
target_sources(${LMDBAL_NAME} PRIVATE ${SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue