It emits this warning every time you try to persist a Decimal object. Options include:
silence the warning and live with the potential for rounding errors (which i think is fine honestly)
transparently swap Numeric column types that would accept decimals to string type columns, while making sure that it otherwise acts the same with filters, comparisons, inserts and whatnot.
It emits this warning every time you try to persist a Decimal object. Options include: