Dean Le

Results 1 comments of Dean Le

@wlcx I think the main problem is assigning `float` value to a `Float` column. In order to do that, I have to `Decimal(my_float_value)` to make mypy happy. But it also...