mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added equality comparsion
This commit is contained in:
parent
f4b8e8ef99
commit
6f4bc77dbc
@ -531,7 +531,7 @@ inline bool NO_SANITIZE_UNDEFINED convertNumeric(From value, To & result)
|
||||
}
|
||||
|
||||
result = static_cast<To>(value);
|
||||
return true;
|
||||
return equalsOp(value, result);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user