fixed backend test compilation

This commit is contained in:
Sascha Kühl
2025-02-12 16:01:52 +01:00
parent 42acaf24ce
commit 5d41a592bb
36 changed files with 727 additions and 575 deletions
+1 -2
View File
@@ -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);