We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc1971 commit ec58f3cCopy full SHA for ec58f3c
Sources/PostgresNIO/Data/PostgresData+Numeric.swift
@@ -37,7 +37,6 @@ public struct PostgresNumeric: CustomStringConvertible, CustomDebugStringConvert
37
return Double(self.string)
38
}
39
40
-
41
public init(decimal: Decimal) {
42
self.init(decimalString: decimal.description)
43
0 commit comments