2
0

Rename pgtype.None to pgtype.Finite

This commit is contained in:
Jack Christensen
2022-02-21 09:25:30 -06:00
parent 1f2f239d09
commit f3defbc150
8 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func isExpectedEqNumeric(a interface{}) func(interface{}) bool {
}
// If NaN or InfinityModifier are set then Int and Exp don't matter.
if aa.NaN || aa.InfinityModifier != pgtype.None {
if aa.NaN || aa.InfinityModifier != pgtype.Finite {
return true
}