schema-explorer
schema-explorer copied to clipboard
missing support for decimal+mssql currency types
displays raw binary instead of decimal value
https://stackoverflow.com/questions/57015835/how-can-i-scan-decimal-value
It would appear we just get bytes back and have to figure out how to translate to the right type.
https://pkg.go.dev/github.com/microsoft/go-mssqldb
https://github.com/microsoft/go-mssqldb/blob/5821c4e65b169893001fba99aa14ecdd659057b3/internal/decimal/decimal.go#L13 might hold the answer