fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4721)

* fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4366)

* fix(Data::ODBC): use only connection timeout in ODBC session implementation (#4366)

* fix(ODBC): consolidate login timeout; create temp directory if it doesn't exist #4366

---------

Co-authored-by: Alex Fabijanic <alex@pocoproject.org>
This commit is contained in:
Matej Kenda
2024-10-30 16:52:45 +01:00
committed by GitHub
parent 82c17ea813
commit 7df5ec45b8
13 changed files with 171 additions and 168 deletions

View File

@@ -149,7 +149,7 @@ void PooledSessionImpl::close()
}
}
_pHolder->owner().putBack(_pHolder);
_pHolder = 0;
_pHolder = nullptr;
}
}