0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/include/sqlpp11/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
..
detail Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
bind_result.h Replace regex-based date/time parsing with manual parser (#520) 2023-09-07 06:23:44 +02:00
connection_config.h Replace ()-initialization with {}-initialization in the SQLite3 connector code. 2023-08-19 07:30:13 +00:00
connection_pool.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
connection.h Replace ()-initialization with {}-initialization in the SQLite3 connector code. 2023-08-19 07:30:13 +00:00
dynamic_libsqlite3.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
export.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
insert_or.h Cleanup SQLite3 connector code (#514) 2023-08-17 07:26:54 +02:00
prepared_statement.h Replace ()-initialization with {}-initialization in the SQLite3 connector code. 2023-08-19 07:30:13 +00:00
serializer.h Cleanup SQLite3 connector code (#514) 2023-08-17 07:26:54 +02:00
sqlite3.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