0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00
sqlpp11/tests/include
Roland Bock bda77c620b Introduce optional, string_view, and span
sqlpp::optional is an alias for std::optional for C++17 and beyond.
Otherwise, it is a simple and incomplete backport.
For older versions of C++, the library offers simple back

Similar for string_view and span.
2024-06-12 20:29:10 +02:00
..
ConnectionPoolTests.h Fix use-after-scope-exit in connection pool tests 2023-10-01 19:31:19 +02:00
ConnectionTests.h Add connection methods is_connected() and ping_server() (#528) 2023-09-20 06:38:16 +02:00
TabDepartment.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
test_helpers.h Introduce optional, string_view, and span 2024-06-12 20:29:10 +02:00