This is a cross post from the forums: https://zeoslib.sourceforge.io/viewtopic.php?f=50&t=113852
Not sure if this has to do with the new TZFields?
In ZeosLib 7.3 zero value display 00,000,000.00 in cell DbGrid
use Postgresql 10
Lazarus 2.0.6
Windows 7
Should be resolved by R6326 the delphi defaults for zero fmtbcd are precision 10 and a scale of 2 which wasn't handled by fpc (they wrongly use the whole range of digits)
Closed
Hello Michael,
With Zeos 7.3 null values now are displayed as 0.00. See https://zeoslib.sourceforge.io/viewtopic.php?f=50&t=113852&p=144670#p144670
Best regards, Jan
That's a bug in FormatBCD() of FPC. See forum thread.