xorm/internal
Lunny Xiao b754e78269 Support big.Float (#1973)
Now you can use big.Float for numeric type.

```go
type MyMoney struct {
	Id int64
    Money big.Float `xorm:"numeric(22,2)"`
}
```

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1973
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-07-07 14:00:16 +08:00
..
json Support build flag jsoniter to replace default json (#1916) 2021-06-06 14:20:43 +08:00
statements Support big.Float (#1973) 2021-07-07 14:00:16 +08:00
utils Fix some comments lint and bug (#1888) 2021-04-10 10:57:36 +08:00