0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests/mysql/usage
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
..
CMakeLists.txt Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
Connection.cpp Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
ConnectionPool.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
CustomQuery.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
DateTime.cpp Fix a false test failure in the sqlpp11.mysql.usage.DateTime caused by rounding down a timepoint. 2023-08-26 07:17:03 +00:00
DynamicSelect.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Json.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
make_test_connection.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
MoveConstructor.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Prepared.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Remove.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Sample.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Select.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
TabJson.h Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +02:00
TabJson.sql Moved mysql/mariadb connector over here. 2021-08-01 21:49:16 +02:00
TabSample.h Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506) 2023-07-25 07:00:05 +02:00
TabSample.sql Moved mysql/mariadb connector over here. 2021-08-01 21:49:16 +02:00
Truncated.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Union.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Update.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00