connection info in connection pool progress
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user