Open ericlagergren opened 5 years ago
See https://github.com/golang/go/issues/34315 and linked issues.
Go 1.13 introduced an unexported interface in order to support SQL's DECIMAL type. This package, which is widely used, doesn't support this interface.
Hi, is there any update on this issue?
See https://github.com/golang/go/issues/34315 and linked issues.
Go 1.13 introduced an unexported interface in order to support SQL's DECIMAL type. This package, which is widely used, doesn't support this interface.