My goal is to link Calc to a PostreSQL database. So far most of what I need is working fine. However, for PostgreSQL NUMERIC data, it displays in Calc rounded up to the next integer value.
This is true in the Calc sheet itself where I have imported the data, also in the Calc data source pane where I can see the database table, and also in the intermediate Base file. In all places the numeric has been rounded and I lose the decimal places.
In PostgreSQL it is working fine. I use pgAdmin4 to admin the database and I can see the proper numeric data with decimal places intact.
LibreOffice Version 6.4.0.3 (x64)
Windows 10
PostgreSQL 12
localhost:5432 (standard connection)