Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Fix PostgreSQL Integer Logging

Compare
Choose a tag to compare
@SMerrony SMerrony released this 08 May 09:09
· 1 commit to main since this release

The Postgres integration was crashing or logging zeroes when it received a float64 type and was configured to expect an integer. This is a valid configuration - so in this case, the values are now rounded to the nearest integer and then logged.