schema-explorer icon indicating copy to clipboard operation
schema-explorer copied to clipboard

missing support for decimal+mssql currency types

Open timabell opened this issue 2 years ago • 1 comments

displays raw binary instead of decimal value

timabell avatar Sep 06 '23 14:09 timabell

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

timabell avatar Jan 27 '24 22:01 timabell