Details
Description
This is because Moodle pulls data from the database as strings, and, at least in Postgres, these columns are stored as numeric type, which seems to add all the decimal places.
This is because Moodle pulls data from the database as strings, and, at least in Postgres, these columns are stored as numeric type, which seems to add all the decimal places.