fixed some repository-related tests
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user