diff --git a/dbcon/execplan/arithmeticoperator.h b/dbcon/execplan/arithmeticoperator.h index 87be33a0e..81a37f7b1 100644 --- a/dbcon/execplan/arithmeticoperator.h +++ b/dbcon/execplan/arithmeticoperator.h @@ -333,7 +333,7 @@ inline result_t ArithmeticOperator::execute(result_t op1, result_t op2, bool& is } else { - return T{0}; + return 0; } } switch (fOp)