0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
Roland Bock 1d4641ff05 Fix use-after-scope-exit in connection pool tests
A lambda catch-all caught a temporary variable that went out of
scope before the lambda. This was detected by an address sanitizer.
2023-10-01 19:31:19 +02:00
..
core Add tests for circular buffer 2023-10-01 15:09:53 +02:00
include Fix use-after-scope-exit in connection pool tests 2023-10-01 19:31:19 +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