0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 12:29:41 +08:00
sqlpp11/tests
MeanSquaredError 623b5154d0
Add connection methods is_connected() and ping_server() (#528)
* Replace connection handle method check_connection() with is_connected() and ping_server()

* When a connections is fetched from a pool perform a validity check which can be one of none, passive or ping.

* Add the methods is_connected() and ping_server() to the connection template class.

* Remove unused #include and add mising #include.

* Add tests for the connection methods is_connected() and ping_server().
2023-09-20 06:38:16 +02:00
..
core Add sqlpp::compat::make_unique (#527) 2023-09-16 09:21:05 +02:00
include Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
mysql Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
postgresql Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
scripts ddl2cpp command line argument for custom types (#491) 2023-06-22 07:06:00 +02:00
sqlite3 Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
CMakeLists.txt style: Align CMake files with 4 spaces indent 2022-11-26 08:32:46 +01:00