fixed backend test compilation
This commit is contained in:
@@ -29,8 +29,7 @@ struct connection_info {
|
||||
std::string driver{}; /**< Driver to use. This is used by th mssql/odbc backends. */
|
||||
|
||||
template < class Operator >
|
||||
void process(Operator &op)
|
||||
{
|
||||
void process(Operator &op) {
|
||||
namespace field = matador::access;
|
||||
field::attribute(op, "type", type);
|
||||
field::attribute(op, "user", user);
|
||||
|
||||
Reference in New Issue
Block a user