fn is_numeric_out_of_range_err(db_error: &str) -> bool
Casting to u32 out of range occurs when we have functions which expect non-negative arguments, e.g. select 222 << -1
Casting to u32 out of range
select 222 << -1