mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Reset connection when a session is returned to the SessionPool
This commit is contained in:
@@ -148,6 +148,12 @@ void PooledSessionImpl::close()
|
||||
}
|
||||
|
||||
|
||||
void PooledSessionImpl::resetConnection()
|
||||
{
|
||||
access()->resetConnection();
|
||||
}
|
||||
|
||||
|
||||
const std::string& PooledSessionImpl::connectorName() const
|
||||
{
|
||||
return access()->connectorName();
|
||||
|
||||
Reference in New Issue
Block a user