Implement sql `Value` interface for the non-pointer `Decimal` type
Author: libreoscarCreated Feb 19, 2020Updated May 20, 2026
Please consider adding impl func (d Decimal) Value() (driver.Value, error).
Referring issue https://github.com/jinzhu/gorm/issues/1250
Source: shopspring/decimal