summaryrefslogtreecommitdiff
path: root/libdbpp/connectionPool.cpp
Commit message (Collapse)AuthorAge
* Clang formatDan Goodliffe2020-11-18
|
* Modernize clang tidy fixesDan Goodliffe2019-02-16
|
* Split ConnectionPool into twoDan Goodliffe2018-04-12
| | | | Allows implementing a non-factory based version whilst keeping a standard base
* C++17Dan Goodliffe2018-04-11
| | | | Update to work with slightly modified resource pool.
* C++17Dan Goodliffe2018-04-09
| | | | | | Replaces lots of things with new C++17 variants of them. Updates much code to be compatible with C++17 version libadhocutil. Note that this includes changes to how mock databases are instantiated.
* Test a connection is suitably finished before adding back to the pool.Dan Goodliffe2015-12-29
|
* Add a database connection pool.libdbpp-0.10Dan Goodliffe2015-11-19