0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/sqlite3
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
..
serialize Cleanup SQLite3 connector code (#514) 2023-08-17 07:26:54 +02:00
usage Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
CMakeLists.txt #471 serializers: ensure float precision (#472) 2023-02-18 08:10:50 +01:00