Support big.Float #1973

Merged
lunny merged 2 commits from lunny/support_bigfloat into master 2021-07-07 06:00:17 +00:00
Owner

Now you can use big.Float for numeric type.

type MyMoney struct {
	Id int64
    Money big.Float `xorm:"numeric(22,2)"`
}
Now you can use big.Float for numeric type. ```go type MyMoney struct { Id int64 Money big.Float `xorm:"numeric(22,2)"` } ```
lunny added this to the 1.2.0 milestone 2021-07-07 03:20:28 +00:00
lunny added the
kind
feature
label 2021-07-07 03:20:28 +00:00
lunny force-pushed lunny/support_bigfloat from 70116df3f4 to 6119c63a66 2021-07-07 05:02:51 +00:00 Compare
lunny merged commit b754e78269 into master 2021-07-07 06:00:17 +00:00
lunny referenced this issue from a commit 2021-07-07 06:00:17 +00:00
lunny deleted branch lunny/support_bigfloat 2021-07-07 06:00:22 +00:00
Sign in to join this conversation.
No description provided.