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
View File
@@ -19,6 +19,7 @@ test_connection::test_connection(const sql::connection_info &info)
utils::result<void, utils::error> test_connection::open() {
is_open_ = true;
const auto user = info().user;
return utils::ok<void>();
}