mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
more callbacks and transaction tests
- added callbacks for commit and rollback with tests - added transaction tests
This commit is contained in:
@@ -163,7 +163,7 @@ void PooledSessionImpl::close()
|
||||
}
|
||||
|
||||
|
||||
const std::string& PooledSessionImpl::connectorName()
|
||||
const std::string& PooledSessionImpl::connectorName() const
|
||||
{
|
||||
return access()->connectorName();
|
||||
}
|
||||
@@ -193,7 +193,7 @@ Poco::Any PooledSessionImpl::getProperty(const std::string& name)
|
||||
}
|
||||
|
||||
|
||||
SessionImpl* PooledSessionImpl::access()
|
||||
SessionImpl* PooledSessionImpl::access() const
|
||||
{
|
||||
if (_pHolder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user