pg_filedump icon indicating copy to clipboard operation
pg_filedump copied to clipboard

Fixed bug with number of digits for numeric being calculated wrong.

Open GetsuDer opened this issue 1 year ago • 0 comments

In calculating number of digits to parse for numeric, whole size of struct numeric data was used. It It led to outputing junk data. Added subtraction of numeric header size, which removed reading wrong data. Partially resolves #31

GetsuDer avatar Nov 07 '24 19:11 GetsuDer