connection info in connection pool progress

This commit is contained in:
Sascha Kühl
2025-10-02 16:12:21 +02:00
parent 12905e3df3
commit 5490e67ecf
6 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace matador::sql {
class connection_pool;
struct identifiable_connection {
identifiable_connection(size_t id, connection &&conn);
identifiable_connection(size_t id, connection conn);
size_t id{};
connection conn;
};